config update

pull/5265/head
Daniel 2023-08-06 15:25:27 +05:30
parent 5cc70c7a84
commit 2c1d85a72b
2 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ export default defineConfig({
} }
}, },
integrations: [mdx()], integrations: [mdx()],
// base: './dist',
srcDir: './src/html', srcDir: './src/html',
cacheDir: './dist/pages',
outDir: './dist/pages' outDir: './dist/pages'
}) })