Skip to content

Commit

Permalink
Fix url related issue
Browse files Browse the repository at this point in the history
  • Loading branch information
rares45 committed May 20, 2024
1 parent 99917f9 commit 82199b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
run: npx tailwindcss init

- name: Build release
run: trunk build --release
run: trunk build --release --public-url polybius/
working-directory: ./polybius-web

- name: Configure GitHub Pages
Expand Down
1 change: 1 addition & 0 deletions polybius-web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<base data-trunk-public-url />
<title>Polybius</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link data-trunk rel="tailwind-css" href="tailwind.css"/>
Expand Down

0 comments on commit 82199b8

Please sign in to comment.