Skip to content

Commit

Permalink
Merge pull request #2 from maikthomas/make-pages
Browse files Browse the repository at this point in the history
relative js paths
  • Loading branch information
maikthomas authored Sep 25, 2024
2 parents 314d6aa + 6010d07 commit 21aef95
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions ML-Transformers/BackgroundEnchantments/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ const { defineConfig } = require('vite')
module.exports = defineConfig({
root: path.join(__dirname, "./"),
publicDir: path.join(__dirname, "public"),
base: '',
build: {
outDir: path.join(__dirname, "dist"),
emptyOutDir: true
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 21aef95

Please sign in to comment.