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 797b711 commit 08fe2bcCopy full SHA for 08fe2bc
sites/svelte.dev/src/config.js
@@ -1,6 +1,6 @@
1
// REPL props
2
3
-export const svelteUrl = `https://unpkg.com/svelte@3`;
+export const svelteUrl = `https://unpkg.com/svelte@4`;
4
export const mapbox_setup = `window.MAPBOX_ACCESS_TOKEN = '${
5
import.meta.env.VITE_MAPBOX_ACCESS_TOKEN
6
}';`;
sites/svelte.dev/src/routes/tutorial/[slug]/+page.svelte
@@ -6,8 +6,6 @@
import { mapbox_setup, svelteUrl } from '../../../config.js';
7
import TableOfContents from './TableOfContents.svelte';
8
9
- import '@sveltejs/site-kit/styles/code.css';
10
-
11
export let data;
12
13
/** @type {import('@sveltejs/repl').default} */
0 commit comments