Maybe clean up

This commit is contained in:
Andras Schmelczer 2026-05-25 09:49:09 +01:00
parent 2165ed0c33
commit db8d4597df
40 changed files with 404 additions and 332 deletions

View file

@ -38,7 +38,7 @@ const postLastmodLookup = new Map(
export default defineConfig({
site: 'https://schmelczer.dev',
trailingSlash: 'always',
trailingSlash: 'ignore',
build: { inlineStylesheets: 'always' },
redirects: {
'/writing/': '/articles/',