diff --git a/src/routes/+page.ts b/src/routes/+page.ts index b8aaaf37..ac1e8171 100644 --- a/src/routes/+page.ts +++ b/src/routes/+page.ts @@ -1,5 +1,5 @@ import type { PageLoad } from './$types'; -import TEACHINGS from '../config/courses.json' assert { type: 'json' }; +import TEACHINGS from '../config/courses.json'; export const load = (async () => { return {