Skip to content

Commit

Permalink
fix: tiny typo (#1447)
Browse files Browse the repository at this point in the history
  • Loading branch information
lwasser authored Aug 10, 2024
1 parent 857c5ac commit 1cb67dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/deployment-github-pages.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Navigate to your repository settings, click on Pages and enable GitHub pages. Wh
To trigger action, push your code with the workflow to main.

:::{warning} Custom Domains
GitHub allow you to host your static content on a custom domain, doing so _may_ require you to change the `BASE_URL` environment variable in the action. If you have unstyled content, try changing the `BASE_URL` to a blank string: `BASE_URL=''` (note the **single quotes**!); this serves the build assets from the root of your domain, rather than the default, which is the name or your repository.
GitHub allows you to host your static content on a custom domain, doing so _may_ require you to change the `BASE_URL` environment variable in the action. If you have unstyled content, try changing the `BASE_URL` to a blank string: `BASE_URL=''` (note the **single quotes**!); this serves the build assets from the root of your domain, rather than the default, which is the name or your repository.
:::

:::{tip} `BASE_URL` environment variable
Expand Down

0 comments on commit 1cb67dd

Please sign in to comment.