aboutsummaryrefslogtreecommitdiff
path: root/src/routes/+layout.svelte
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-02-07 23:57:13 -0800
committerFuwn <[email protected]>2024-02-07 23:57:13 -0800
commita4fdd8c757c56af521257fcee3b991cd0b220dd2 (patch)
tree7ce56f24b58b83a386ff6abb4d73b09c4f146d9b /src/routes/+layout.svelte
parentfix(badges): categories when none exist (diff)
downloaddue.moe-a4fdd8c757c56af521257fcee3b991cd0b220dd2.tar.xz
due.moe-a4fdd8c757c56af521257fcee3b991cd0b220dd2.zip
refactor(data): move static data to module
Diffstat (limited to 'src/routes/+layout.svelte')
-rw-r--r--src/routes/+layout.svelte2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte
index 4665173f..e6b2177e 100644
--- a/src/routes/+layout.svelte
+++ b/src/routes/+layout.svelte
@@ -22,7 +22,7 @@
import subsPlease from '$stores/subsPlease';
import Dropdown from '$lib/Dropdown.svelte';
import { injectSpeedInsights } from '@vercel/speed-insights/sveltekit';
- import subtitles from '$lib/Data/subtitles.json';
+ import subtitles from '$lib/Data/Static/subtitles.json';
injectSpeedInsights();