Skip to content

Commit

Permalink
Fixed base
Browse files Browse the repository at this point in the history
  • Loading branch information
underoot committed Nov 21, 2023
1 parent c36da92 commit 06ff902
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "learn-canvas",
"name": "@underoot/emerji",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"build": "tsc && vite build --base /emerji",
"preview": "vite preview"
},
"devDependencies": {
Expand Down

0 comments on commit 06ff902

Please sign in to comment.