Skip to content

Commit

Permalink
try adding the dist dir to the extra vite build
Browse files Browse the repository at this point in the history
  • Loading branch information
thejackshelton committed Jun 9, 2024
1 parent 11332e8 commit 4db3e69
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions libs/qwikdev-astro/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,9 @@ export default defineIntegration({
// make sure vite does not parse .astro files
await build({
...astroConfig?.vite,
build: {
outDir: distDir
},
plugins: [
...(astroConfig?.vite.plugins || []),
{
Expand Down

0 comments on commit 4db3e69

Please sign in to comment.