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.
1 parent 2c05eea commit b5626fbCopy full SHA for b5626fb
sites/kit.svelte.dev/src/routes/faq/index.svelte
@@ -2,6 +2,7 @@
2
import { Permalink } from '@sveltejs/site-kit';
3
import '$lib/docs/client/docs.css';
4
import '$lib/docs/client/shiki.css';
5
+ import '@sveltejs/site-kit/code.css';
6
import * as hovers from '$lib/docs/client/hovers.js';
7
8
export let sections;
sites/kit.svelte.dev/src/routes/index.svelte
@@ -1,6 +1,4 @@
1
<script context="module">
- import '@sveltejs/site-kit/code.css';
-
export function load() {
return {
cache: { maxage: 60 }
0 commit comments