Added adapter-cloudflare

This commit is contained in:
J-onasJones 2024-06-07 00:53:24 +02:00
parent 68f6de3e11
commit 657d8f1ca8
5 changed files with 1438 additions and 5 deletions

View file

@ -5,6 +5,5 @@ import NotFound from './routes/NotFound.svelte';
export default {
'/': Home,
'/lorem/:repeat': Lorem,
// The catch-all route must always be last
'*': NotFound
};