Skip to content

Commit 41babbb

Browse files
committed
base_url
1 parent d962de8 commit 41babbb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ env:
1010
# `BASE_URL` determines, relative to the root of the domain, the URL that your site is served from.
1111
# E.g., if your site lives at `https://mydomain.org/myproject`, set `BASE_URL=/myproject`.
1212
# If, instead, your site lives at the root of the domain, at `https://mydomain.org`, set `BASE_URL=''`.
13-
BASE_URL: /${{ github.event.repository.name }}
13+
BASE_URL: ''
1414

1515
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
1616
permissions:

myst.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ project:
1919

2020
site:
2121
url: https://reduction.coffee
22-
baseurl: ""
22+
baseurl: /
2323
template: book-theme
2424
options:
2525
logo: logo.png

0 commit comments

Comments
 (0)