We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d0c951 commit 597897fCopy full SHA for 597897f
.github/workflows/deploy.yml
@@ -31,7 +31,7 @@ jobs:
31
run: chmod +x ./fssg
32
33
- name: Build Site
34
- run: ./fssg
+ run: FSSG_BASE_URL="/fssg" ./fssg
35
36
- name: Setup Pages
37
uses: actions/configure-pages@v5
src/template.html
@@ -4,7 +4,7 @@
4
<meta charset="UTF-8" />
5
<meta name="viewport" content="width=device-width, initial-scale=1" />
6
<title>fssg - Fast Static Site Generator</title>
7
- <link href="{{BASE_URL}}static/css/style.css" rel="stylesheet" />
+ <link href="{{BASE_URL}}/static/css/style.css" rel="stylesheet" />
8
<link
9
rel="icon"
10
type="image/x-icon"
0 commit comments