Skip to content

Commit 54070e8

Browse files
committed
changing settings for custom domain
1 parent b0371cd commit 54070e8

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/workflows/deploy-new.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ jobs:
3939
- name: Build project
4040
run: |
4141
npm run build
42-
env:
43-
VITE_BASE_URL: /ChatGPT-Free-Prompt-List/
4442
4543
- name: Upload artifact
4644
uses: actions/upload-pages-artifact@v3

.github/workflows/deploy.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ jobs:
3333

3434
- name: Build project
3535
run: npm run build
36-
env:
37-
VITE_BASE_URL: /ChatGPT-Free-Prompt-List/
3836

3937
- name: Upload artifact
4038
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)