https://sloshseltzer.com/
Important: Uncheck the “Copy the main branch only”. We need all branches.
starter branch and do your work here.starter into main.gh-pages.Done.
# Install
npm i
# Run dev server
npm run dev
# Build production site with default path "/"
npm run build
# Build using GitHub Actions requires a different path
# domain.com or sub.domain.com => use "/"
# domain.com/your-site => use "/your-site"
npm run ghp-build