Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 549 Bytes

File metadata and controls

28 lines (18 loc) · 549 Bytes

Won Buddhism of Richmond

This is a Next.js 8 site for the Won Buddhism temple in Richmond, VA.

Development

npm install
npm run dev

For production deployments (such as Vercel) use:

npm run build

The build script also regenerates static/sitemap.xml.

SEO Pages and Sitemap

Keyword focused pages are listed in seo-pages.json. After adding or updating pages, regenerate the sitemap:

npm run generate-sitemap

The sitemap is written to static/sitemap.xml and referenced from static/robots.txt.