Skip to content

Commit

Permalink
remove github page
Browse files Browse the repository at this point in the history
  • Loading branch information
ali-josheghani committed Feb 27, 2024
1 parent 2b294b1 commit 2b72bee
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 272 deletions.
266 changes: 0 additions & 266 deletions package-lock.json

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

6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
{
"homepage": "https://joshfe.github.io/rick-and-morty/",
"name": "rick-and-morty",
"name": "movie-cahracter",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages-d dist",
"dev": "vite",
"build": "vite build",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
Expand All @@ -28,7 +25,6 @@
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"gh-pages": "^6.1.1",
"vite": "^4.4.5"
}
}
1 change: 0 additions & 1 deletion vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@ import react from '@vitejs/plugin-react'

// https://vitejs.dev/config/
export default defineConfig({
base:"/rick-and-morty/",
plugins: [react()],
})

0 comments on commit 2b72bee

Please sign in to comment.