Skip to content

Commit

Permalink
removed base url (#382)
Browse files Browse the repository at this point in the history
This removes the base url, making the website work on the root of the
domain.

Also, by doing this change, and having set up the dns, this resolves
#348
  • Loading branch information
Bullrich authored Mar 20, 2024
1 parent 53d3a49 commit 1eea1f6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/deploy-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ jobs:
PUBLIC_CAPTCHA_KEY: 6LcgFI4nAAAAAATrEMoJ6zBacsx5udc1UhGFXemH
GITHUB_PAGES: "/${{ github.event.repository.name }}"
STATIC: true
BASE: "/polkadot-testnet-faucet"
- uses: actions/upload-artifact@master
with:
name: faucet
Expand Down

0 comments on commit 1eea1f6

Please sign in to comment.