Skip to content

Commit

Permalink
update path
Browse files Browse the repository at this point in the history
  • Loading branch information
takahirohonda committed Aug 23, 2024
1 parent 7a581c8 commit 38faa08
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions apps/learn-german/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,13 @@ export default defineConfig({
commonjsOptions: {
transformMixedEsModules: true,
},
rollupOptions: {
input: {
main: './index.html',
about: './verbs.html',
contact: './simple-expressions.html',
},
},
},

test: {
Expand Down

0 comments on commit 38faa08

Please sign in to comment.