site: admonitions custom title with icons

This commit is contained in:
Johannes Kirschbauer
2025-10-06 21:04:10 +02:00
parent 5cac9e7704
commit a40c6884d9
9 changed files with 837 additions and 342 deletions

View File

@@ -12,6 +12,10 @@ const config = {
// If your environment is not supported, or you settled on a specific environment, switch out the adapter.
// See https://svelte.dev/docs/kit/adapters for more information about adapters.
adapter: adapter(),
prerender: {
handleHttpError: "warn",
handleMissingId: "warn",
},
},
extensions: [".svelte"],
};