Skip to content

Commit 92080d2

Browse files
committed
Add assert { type: 'json' } to themes.json import
1 parent 7332211 commit 92080d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sites/docs/src/routes/+layout.server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { redirect } from '@sveltejs/kit';
22

33
import { env } from '$env/dynamic/private';
44

5-
import themes from '../../themes.json';
5+
import themes from '../../themes.json' assert { type: 'json' };
66
import { getThemeNames } from '@layerstack/tailwind';
77

88
export async function load({ url }) {

0 commit comments

Comments
 (0)