Skip to content
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

Support _redirects file format #4791

Open
TrySound opened this issue Jan 27, 2025 · 1 comment
Open

Support _redirects file format #4791

TrySound opened this issue Jan 27, 2025 · 1 comment
Labels
area:cli Webstudio CLI area:publishing Anything related to publishing a site area:settings Settings panel on the right type:feat Features and enhancements

Comments

@TrySound
Copy link
Member

Both cloudflare and netlify supports _redirects file format
https://docs.netlify.com/routing/redirects/#syntax-for-the-redirects-file
https://developers.cloudflare.com/pages/configuration/redirects/

We have two options for it

  • paste/drop to redirects list in project settings
  • generate _redirects for ssg export or maybe any export

Additionally we can generate proprietary configuration for vercel with template configuration.

@TrySound TrySound added area:cli Webstudio CLI area:publishing Anything related to publishing a site area:settings Settings panel on the right type:feat Features and enhancements labels Jan 27, 2025
@investblog
Copy link

It's the right thing to do. Write how you implement it to test it on CloudFlare.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:cli Webstudio CLI area:publishing Anything related to publishing a site area:settings Settings panel on the right type:feat Features and enhancements
Projects
None yet
Development

No branches or pull requests

2 participants