Any chances that there is an issue right now where pages won't deploy based on my github pushes? Wor
Any chances that there is an issue right now where pages won't deploy based on my github pushes? Worked 3h ago abut not anymore
public folder and not in the root directory despite what this comment says https://github.com/cloudflare/next-on-pages/issues/5#issuecomment-1328327244 I wonder if this is a recent changefetch inside Pages? fetch always invoke my api but cache work when I browse the URL directly from browser x.com/*/ to x.com/* (remove trailing slash), but it's causing a "too many redirects" issue/index.html to / ?Pages will also redirect HTML pages to their extension-less counterparts: for instance, /contact.html will be redirected to /contact, and /about/index.html will be redirected to /about/.
@sveltejs/adapter-static.