Skip to content

Commit

Permalink
🐛 fix: change app name
Browse files Browse the repository at this point in the history
  • Loading branch information
nxhawk committed Oct 26, 2024
1 parent b2a26fc commit e0e07ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "main",
"homepage": "https://usnightowl.github.io/main",
"name": "enghub",
"homepage": "https://usnightowl.github.io/enghub",
"private": true,
"version": "0.0.0",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import react from "@vitejs/plugin-react-swc";

// https://vitejs.dev/config/
export default defineConfig({
base: "/main",
base: "/enghub",
plugins: [react()],
preview: {
port: 5173,
Expand Down

0 comments on commit e0e07ba

Please sign in to comment.