The Svelte 5 SSG Migration #1

Merged
mifi merged 14 commits from feature/svelte-ssg into main 2026-02-01 05:50:42 +00:00
2 changed files with 3 additions and 0 deletions
Showing only changes of commit d49104f4a7 - Show all commits

View File

@@ -18,7 +18,9 @@
"test:all": "vitest run && playwright test",
"test:watch": "vitest",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"lint:css": "stylelint \"src/**/*.css\" \"src/**/*.svelte\"",
"lint:css:fix": "stylelint \"src/**/*.css\" \"src/**/*.svelte\" --fix",
"format": "prettier --write \"src/**/*.{ts,js,svelte,css,json}\""
},
"devDependencies": {

View File

@@ -131,6 +131,7 @@
<link rel="apple-touch-icon" href="/favicon.svg" />
{#if jsonLdHtml}
<!-- eslint-disable-next-line svelte/no-at-html-tags -- static trusted JSON-LD -->
{@html jsonLdHtml}
{/if}