Skip to content

Commit f4b7056

Browse files
committed
add sveltekit paths not found via crawl
1 parent ab9b103 commit f4b7056

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

apps/gui/svelte.config.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ const config = {
2424
'/relays',
2525
'/relays/map',
2626
'/relays/[protocol]/[...relay]',
27-
'/reload/[...path]'
27+
'/reload/[...path]',
28+
'/unsupported',
29+
'/mobile'
2830
]
2931
},
3032
}

0 commit comments

Comments
 (0)