Skip to content

Commit

Permalink
prueba de comandos
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximilianoHitter committed May 7, 2023
1 parent a4404ed commit 613c467
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"dev": "vite",
"build": "vite build",
"lint": "eslint src --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
"preview": "vite preview",
"deploy": "gh-pages -d dist"
},
"dependencies": {
"react": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ import react from '@vitejs/plugin-react'
// https://vitejs.dev/config/
export default defineConfig({
plugins: [react()],
base: "https://maximilianohitter.github,io/react-tasks-application"
base: "https://MaximilianoHitter.github,io/react-tasks-application"
})

0 comments on commit 613c467

Please sign in to comment.