Skip to content

thelabnyc/nextjs-wagtail

Repository files navigation

NextJS Wagtail

Integrates "headless" Wagtail CMS with NextJS

Features

  • Match Wagtail Page Types to React Components
  • Support Wagtail's draft feature
  • Support Wagtail's SEO meta tag features
  • Supports proper 404, 301, and 302 status codes
  • Show custom 404 page when no CMS page
  • Support Multiple Wagtail sites

Development

  1. Checkout Wagtail SPA Integration and create at least a "Foo" or "Bar" homepage
  2. npm run dev