Skip to content

Commit d78bd9a

Browse files
committed
Fixing deployment issues
1 parent bc32e20 commit d78bd9a

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,7 @@ jobs:
2121
run: npm i
2222

2323
- name: build
24-
env:
25-
BASE_PATH: '/${{ github.event.repository.name }}'
26-
run: |
27-
npm run build
24+
run: npm run build
2825

2926
- name: Upload Artifacts
3027
uses: actions/upload-pages-artifact@v3

src/routes/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<div class="flex h-screen w-full items-center justify-center text-9xl font-semibold">&#128064;</div>
1+
<div class="flex h-screen w-full items-center justify-center text-9xl font-semibold">👀</div>

0 commit comments

Comments
 (0)