Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 507 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 507 Bytes

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