Skip to content

Commit

Permalink
Update vite.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
gouarin authored Oct 21, 2024
1 parent 401e950 commit 34b7e65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion courses/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default defineConfig({
basics: resolve(__dirname, 'basics/index.html'),
functional_stl: resolve(__dirname, 'functional_stl/index.html'),
compilation: resolve(__dirname, 'compilation/index.html'),
oop: resolve(__dirname, 'compilation/index.html'),
oop: resolve(__dirname, 'oop/index.html'),
value_semantics: resolve(__dirname, 'value_semantics/index.html'),
memory: resolve(__dirname, 'memory/index.html'),
polymorphism: resolve(__dirname, 'polymorphism/index.html'),
Expand Down

0 comments on commit 34b7e65

Please sign in to comment.