config update
This commit is contained in:
@@ -13,7 +13,7 @@ export default defineConfig({
|
||||
}
|
||||
},
|
||||
integrations: [mdx()],
|
||||
// base: './dist',
|
||||
srcDir: './src/html',
|
||||
cacheDir: './dist/pages',
|
||||
outDir: './dist/pages'
|
||||
})
|
||||
|
||||
11
src/html/.prettierrc.js
Normal file
11
src/html/.prettierrc.js
Normal file
@@ -0,0 +1,11 @@
|
||||
module.exports = {
|
||||
plugins: [require.resolve('prettier-plugin-astro')],
|
||||
overrides: [
|
||||
{
|
||||
files: '*.astro',
|
||||
options: {
|
||||
parser: 'astro',
|
||||
},
|
||||
},
|
||||
],
|
||||
};
|
||||
Reference in New Issue
Block a user