-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
a setup that works w/ netlify cms proxy #2
Comments
Nice! I'll look into this as soon as version [email protected] is off the ground |
the publsh mode needs to be disabled # publish_mode: editorial_workflow
backend:
name: proxy
proxy_url: http://localhost:8081/api/v1
branch: master idk if the proxy needs to run at the root of the project or not, but disabling the publish mode made it work |
got it working w/ github pages https://github.com/lastlink/netlify-cms-nuxt. gitlab pages has a redirect url bug w/ /blog becoming /blog/ b/c a blog folder exists.
|
now have an example w/ working tags, search, and 404 |
I think this was fixed by utilizing @nuxt/content package instead of a custom solution. No need for using |
npx netlify-cms-proxy-server
error
The text was updated successfully, but these errors were encountered: