static-cms/netlify.toml

8 lines
166 B
TOML
Raw Normal View History

2023-01-18 11:14:01 -05:00
[[plugins]]
package = "@netlify/plugin-nextjs"
2023-01-18 15:08:40 -05:00
2023-04-23 12:02:38 -04:00
[[redirects]]
from = "https://staticjscms.netlify.app/*"
to = "https://www.staticcms.org/:splat"
status = 301