Skip to content

Commit

Permalink
Update project name
Browse files Browse the repository at this point in the history
  • Loading branch information
alexiscirmi committed Dec 9, 2023
1 parent 961030d commit 923652e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "coderhouse-react-project",
"name": "react-coderhouse-project",
"private": true,
"version": "1.0.0",
"type": "module",
Expand Down Expand Up @@ -30,4 +30,4 @@
"eslint-plugin-react-refresh": "^0.4.3",
"vite": "^4.4.5"
}
}
}
2 changes: 1 addition & 1 deletion vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import react from '@vitejs/plugin-react'

// https://vitejs.dev/config/
export default defineConfig({
base: '/coderhouse-react-project/',
base: '/react-coderhouse-project/',
server: { host: true },
plugins: [react()],
})

0 comments on commit 923652e

Please sign in to comment.