Skip to content

Commit

Permalink
Tutorial html rollup
Browse files Browse the repository at this point in the history
  • Loading branch information
tracygardner committed Jan 16, 2025
1 parent 6341274 commit 4b0b273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ export default {
cssCodeSplit: false, // Disables CSS code splitting and inlines CSS into JavaScript
rollupOptions: {
input: 'index.html',
tutorial: 'tutorial.js'
tutorial: 'tutorial.html'
},
},
}

0 comments on commit 4b0b273

Please sign in to comment.