Remove duplicate slash from baseURL
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Anthony Wang 2022-06-26 17:59:39 -05:00
parent 0a3c7501be
commit 34434990d3
Signed by: exogit
GPG key ID: 1DDC6BC38786C595

View file

@ -1,4 +1,4 @@
baseURL = 'https://ta180m.exozy.me/'
baseURL = 'https://ta180m.exozy.me'
languageCode = 'en-us'
title = 'Some Random Website'
theme = 'gokarna'