Skip to content

Commit

Permalink
Move picocss to app.html and inside a tag, as it was causing issues w…
Browse files Browse the repository at this point in the history
…ith fathom, see sveltejs/svelte#6037. Use SSG and SSR, because Chrome doesn't implement the is-IS locale for displaying days of the week 😭
  • Loading branch information
multivac61 committed Mar 3, 2023
1 parent 16ae14e commit 8609107
Show file tree
Hide file tree
Showing 7 changed files with 89 additions and 162 deletions.
10 changes: 4 additions & 6 deletions package.json
Expand Up @@ -13,6 +13,7 @@
"devDependencies": {
"@neoconfetti/svelte": "^1.0.0",
"@sveltejs/adapter-auto": "^2.0.0",
"@sveltejs/adapter-static": "^2.0.0",
"@sveltejs/kit": "^1.7.2",
"@types/cookie": "^0.5.1",
"@typescript-eslint/eslint-plugin": "^5.52.0",
Expand All @@ -28,11 +29,8 @@
"svelte-check": "^3.0.3",
"tslib": "^2.5.0",
"typescript": "^4.9.5",
"vite": "^4.1.2"
},
"type": "module",
"dependencies": {
"@picocss/pico": "^1.5.7",
"vite": "^4.1.2",
"zod": "^3.20.6"
}
},
"type": "module"
}

0 comments on commit 8609107

Please sign in to comment.