mirror of
https://github.com/JonasunderscoreJones/blog.jonasjones.dev.git
synced 2025-10-23 03:19:19 +02:00
Added adapter-cloudflare
This commit is contained in:
parent
68f6de3e11
commit
657d8f1ca8
5 changed files with 1438 additions and 5 deletions
|
|
@ -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
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue