Skip to content

Commit

Permalink
Base build
Browse files Browse the repository at this point in the history
  • Loading branch information
T-Damer committed Aug 13, 2024
1 parent 965254d commit 63816bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.0",
"license": "MIT",
"type": "module",
"homepage": "https://neged-hat.app/#",
"homepage": "https://0xneged.github.io/neged-roulette-frontend/#",
"scripts": {
"start": "NODE_ENV=development vite",
"build": "cross-env NODE_ENV=production tsc && vite build",
Expand Down
1 change: 1 addition & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import { nodePolyfills } from 'vite-plugin-node-polyfills'

export default defineConfig({
plugins: [preact(), tsconfigPaths(), nodePolyfills()],
base: '/neged-roulette-frontend/',
build: {
rollupOptions: {
plugins: [
Expand Down

0 comments on commit 63816bc

Please sign in to comment.