We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
assert { type: 'json' }
themes.json
1 parent 7332211 commit 92080d2Copy full SHA for 92080d2
sites/docs/src/routes/+layout.server.ts
@@ -2,7 +2,7 @@ import { redirect } from '@sveltejs/kit';
2
3
import { env } from '$env/dynamic/private';
4
5
-import themes from '../../themes.json';
+import themes from '../../themes.json' assert { type: 'json' };
6
import { getThemeNames } from '@layerstack/tailwind';
7
8
export async function load({ url }) {
0 commit comments