Clear cache for *.pages.dev domain

We recently switched away from Next.js and it appears that Next.js generate html files for each page route and our new framework does not, this create a problem when the browser first visit the route(using the bookmark or direct link) it will serve the legacy Next.js built html file, instead of the SPA index.html which should be responsible for all routes. Given that we use the *.pages.dev domains for our development purpose, we need a way to purge the cache for the specific pages project. Appreciate your help.
0 Replies
No replies yetBe the first to reply to this messageJoin

Did you find this page helpful?