Catch-All Redirect
No . But you could set up 2 -3 redirects to catch your front page + all dynamic pages : - / - /:level1 - /:level1/level2 For all static pages , you would need to create specific redirects though (for /about for instance ) Alternatively , you could delete all your pages , Adjust your 404 page to show your maintenance message and roll back your deletions once your maintenance is over 🤷♂️ you could also for this case create a component that is used on every page and have an action trigger on load that redirects users to your maintenance page . I 'm using something similar and we have an sc -provider wrappen in a page -wrapper component . Here we can set an attribute if we need to toggle our maintenance mode . On our maintenance website we have a formula for get current url - >get path and if its maintenance we don 't need to trigger the script
.jpeg/public)