Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Ngọ Nhâm committed Oct 7, 2024
1 parent 48ea8bc commit 45b80d2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,10 @@ jobs:

steps:
- name: Checkout repo
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Setup Node
uses: actions/setup-node@v1
with:
node-version: 18
uses: actions/setup-node@v3

- name: Install dependencies
uses: bahmutov/npm-install@v1
Expand All @@ -39,7 +37,7 @@ jobs:

steps:
- name: Download artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: production-files
path: ./dist
Expand Down
2 changes: 1 addition & 1 deletion FE/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import path from 'path'
// https://vitejs.dev/config/
export default defineConfig({
plugins: [react()] as any,
base: '/shopeeclone/fe',
base: '/shopeeclone/',
server: {
port: 3000
},
Expand Down

0 comments on commit 45b80d2

Please sign in to comment.