Skip to content

Commit

Permalink
Revert "feat: add gh-pages" (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
kehiy authored May 7, 2024
1 parent 45063c6 commit 481484d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist"
"preview": "vite preview"
},
"dependencies": {
"@radix-ui/react-checkbox": "^1.0.4",
Expand Down Expand Up @@ -67,4 +65,4 @@
"vite": "^5.2.0",
"vite-tsconfig-paths": "^4.3.2"
}
}
}
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ import tsconfigPaths from "vite-tsconfig-paths";

// https://vitejs.dev/config/
export default defineConfig({
base:'/PACZone/wrapto-frontend',
base:'/',
plugins: [react(), tsconfigPaths()],
});

0 comments on commit 481484d

Please sign in to comment.