mirror of https://github.com/sveltejs/svelte
fix: Use version 4 for examples and tutorial (#8806)
* Use version 4 for examples and tutorial * Remove redundant importpull/8809/head
parent
797b711e3a
commit
08fe2bc596
@ -1,6 +1,6 @@
|
|||||||
// REPL props
|
// REPL props
|
||||||
|
|
||||||
export const svelteUrl = `https://unpkg.com/svelte@3`;
|
export const svelteUrl = `https://unpkg.com/svelte@4`;
|
||||||
export const mapbox_setup = `window.MAPBOX_ACCESS_TOKEN = '${
|
export const mapbox_setup = `window.MAPBOX_ACCESS_TOKEN = '${
|
||||||
import.meta.env.VITE_MAPBOX_ACCESS_TOKEN
|
import.meta.env.VITE_MAPBOX_ACCESS_TOKEN
|
||||||
}';`;
|
}';`;
|
||||||
|
Loading…
Reference in new issue