Skip to content

Commit

Permalink
Update.
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptonerdcn committed Nov 30, 2023
1 parent 3ef08c8 commit c026891
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@
"version": "1.0.0",
"description": "Online Starknet Cairo editor.",
"type": "module",
"homepage": "https://starknetastro.github.io/AstroEditor/",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
Expand Down
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ export default defineConfig({
"@": path.resolve(__dirname, "./src"),
},
},
base: '/AstroEditor/'
base: '/'
})

0 comments on commit c026891

Please sign in to comment.