Skip to content

Commit

Permalink
fix github pages routing
Browse files Browse the repository at this point in the history
  • Loading branch information
nilskch committed Aug 19, 2024
1 parent ddce578 commit c8250f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build --base=/monkeylang/",
"build": "tsc -b && vite build --base=/monkeylang/ && cat dist/index.html > dist/404.html",
"build:wasm": "cd ../wasm && wasm-pack build --target web --out-name wasm --out-dir ../web/wasm",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
Expand Down

0 comments on commit c8250f9

Please sign in to comment.