This commit is contained in:
parent
bb5b4c4cf3
commit
018cbf68cf
5 changed files with 121 additions and 0 deletions
|
|
@ -66,6 +66,14 @@ export default defineConfig({
|
|||
image: {
|
||||
service: { entrypoint: 'astro/assets/services/sharp' },
|
||||
},
|
||||
vite: {
|
||||
server: {
|
||||
watch: {
|
||||
// Avoid inotify instance limits in dev containers and mounted volumes.
|
||||
usePolling: true,
|
||||
},
|
||||
},
|
||||
},
|
||||
markdown: {
|
||||
shikiConfig: {
|
||||
themes: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue