Skip to content

Commit

Permalink
chore: Corrigir deploy automático
Browse files Browse the repository at this point in the history
  • Loading branch information
o-igor-trentini committed Feb 20, 2024
1 parent 3e21e36 commit 74bee7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
"deploy": "gh-pages -d dist"
},
"dependencies": {
"face-api.js": "^0.22.2",
Expand Down
1 change: 1 addition & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ import react from '@vitejs/plugin-react'
// https://vitejs.dev/config/
export default defineConfig({
plugins: [react()],
base: '/reactjs-face-recognition/',
server: {port: 3000},
})

0 comments on commit 74bee7f

Please sign in to comment.