add reading time

This commit is contained in:
Morten Olsen
2026-01-10 11:27:05 +00:00
committed by Morten Olsen
parent 86a9dc2d31
commit 5e1324adf5
3 changed files with 12 additions and 1 deletions

View File

@@ -21,6 +21,9 @@ const getSiteInfo = () => {
export default defineConfig({
...getSiteInfo(),
output: 'static',
server: {
allowedHosts: true,
},
integrations: [mdx(), sitemap(), icon(), compress({
HTML: false,
}), robotsTxt()],