We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1f73513 + 656c285 commit 34f0bd3Copy full SHA for 34f0bd3
1 file changed
astro.config.ts
@@ -17,7 +17,10 @@ import markdoc from '@astrojs/markdoc'
17
// https://astro.build/config
18
export default defineConfig({
19
vite: {
20
- plugins: [tailwindcss()]
+ plugins: [tailwindcss()],
21
+ optimizeDeps: {
22
+ include: ['astro-leaflet > leaflet'],
23
+ }
24
},
25
site: 'https://hellotham.github.io',
26
base: '/hello-astro/',
0 commit comments