web/about: convert pages to translatable markdown

This commit is contained in:
dumbmoron
2024-09-17 18:54:28 +00:00
parent fdd5feac92
commit a1361e8462
11 changed files with 212 additions and 250 deletions

View File

@@ -24,10 +24,16 @@ const config = {
sveltePreprocess(),
mdsvex({
extensions: ['.md'],
layout: join(
dirname(fileURLToPath(import.meta.url)),
'/src/components/changelog/ChangelogEntryWrapper.svelte'
)
layout: {
about: join(
dirname(fileURLToPath(import.meta.url)),
'/src/components/misc/AboutPageWrapper.svelte'
),
changelogs: join(
dirname(fileURLToPath(import.meta.url)),
'/src/components/changelog/ChangelogEntryWrapper.svelte'
)
}
})
],
kit: {