foxCode (Sebastian Włudzik)

Results 27 comments of foxCode (Sebastian Włudzik)

> @gitFoxCode Would it help you if we create a PR for this? Hey, yes, I'll add this PR then to the module, but in general I recommend to use...

@andreyfrolovwork @zss1004504439 The custom folder name is not possible using glob (or is possible but it requires some trick). I tried to do it in the early stages of developing...

@farnabaz Thanks a lot! I didn’t notice the duplicated key names - that was indeed the problem

@farnabaz I closed it too early, assuming that must be the issue, but after testing it with various other keys like `${route.path}-key123`, pure strings, and so on, the page still...

@farnabaz Without [...slug].vue the 404 error is the same due to nuxt-content not finding "google" in 'content', can nuxt-content just detect that if the link starts with http/https it runs...

@farnabaz https://stackblitz.com/edit/github-7erfxk?file=nuxt.config.ts ``` npm run dev ``` Go to /about, everything works fine, ``` npm run generate npm run preview ``` Go to /about, 404 error

Any information about this? Redirects still not working on latest version