diff options
| author | Fuwn <[email protected]> | 2024-02-07 23:57:13 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-02-07 23:57:13 -0800 |
| commit | a4fdd8c757c56af521257fcee3b991cd0b220dd2 (patch) | |
| tree | 7ce56f24b58b83a386ff6abb4d73b09c4f146d9b /src/routes/+layout.svelte | |
| parent | fix(badges): categories when none exist (diff) | |
| download | due.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.svelte | 2 |
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(); |