David Thyresson

Results 182 comments of David Thyresson

Hi @Gresliebear and thanks for the progress? I was planning to work on this issue the week and maybe we can collaborate using the work you've done as I bet...

Completing this https://github.com/redwoodjs/redwood/pull/5874 PR can be a label:hackoberfest item

Note Remix touts proper 404s as a feature: https://remix.run/docs/en/v1/guides/not-found#how-to-send-a-404

> HOW DOES THIS WORK Exactly. I have only had some success with Netlify redirects and even then not 100% on the magic. But really do need it for SEO...

Not an optimal solution, but I proved this behavior would work: 1. Create a serverless function "notFound" that returns html to render the page and a 404 status ``` export...

> In this case the page returns a 200, and then immediately redirects to a page that's a 404. Yup - hence "suboptimal". But* I do think that: > But,...

@Philzen The Core Team discussed this PR and it gave us a chance to re-think how we permalink to code in the docs. Because these links are for a specific...

For apps, this setting is code via editorConfig rather than VSCode: https://github.com/redwoodjs/redwood/blob/13fbf296e3b3c313be7d454b936dfa0b6bd17ba0/packages/create-redwood-app/template/.editorconfig#L10

And also in the framework in https://github.com/redwoodjs/redwood/blob/13fbf296e3b3c313be7d454b936dfa0b6bd17ba0/packages/create-redwood-app/template/.editorconfig#L10 Is there a way to ignore markdown files using editorConfig rather than VSCode settings?