Static HTML, CSS, and JavaScript site for Cloudflare Pages.
npm run buildThe build script writes one index.html per URL directory, plus robots.txt, sitemap.xml, _redirects, and a root redirect page.
The default production domain is https://geometry-formulas.com. If a different canonical domain is needed, set it when regenerating canonical URLs and the sitemap:
SITE_URL="https://geometry-formulas.com" npm run buildnpm run serveThen open http://localhost:4173/.
Use these settings:
- Build command:
npm run build - Build output directory:
. - Node version: any current LTS version
The site has no framework dependency and no client-side rendering requirement for the main content.