making sveltekit run
3
src/global.d.ts
vendored
@ -1,3 +0,0 @@
|
||||
/// <reference types="@sveltejs/kit" />
|
||||
/// <reference types="svelte" />
|
||||
/// <reference types="vite/client" />
|
Before Width: | Height: | Size: 637 B After Width: | Height: | Size: 637 B |
@ -7,14 +7,10 @@
|
||||
</svelte:head>
|
||||
|
||||
<script>
|
||||
import { base } from "$app/paths";
|
||||
import App from "../components/App.svelte";
|
||||
import '../../static/fonts/faktos.css';
|
||||
import '../../static/fonts/dosis/dosis.css';
|
||||
import '../../static/global.css';
|
||||
|
||||
const stylesheets = [
|
||||
"/bulma/bulma.css",
|
||||
"/fonts/faktos.css",
|
||||
"/fonts/dosis/dosis.css",
|
||||
"/global.css",
|
||||
].map((ss) => base + ss);
|
||||
import App from "$lib/components/App.svelte";
|
||||
|
||||
</script>
|
||||
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 860 B After Width: | Height: | Size: 860 B |
Before Width: | Height: | Size: 5.1 KiB After Width: | Height: | Size: 5.1 KiB |
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 823 B After Width: | Height: | Size: 823 B |