forked from nutomic/joinpeertube
Test baseurl
This commit is contained in:
parent
fdb8e8d302
commit
d1e131a3d2
2 changed files with 1 additions and 4 deletions
|
@ -24,9 +24,6 @@ pages:
|
|||
stage: deploy
|
||||
script:
|
||||
- hugo
|
||||
- mkdir .public
|
||||
- cp -r * .public
|
||||
- mv .public public
|
||||
artifacts:
|
||||
paths:
|
||||
- public
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# hostname (and path) to the root eg. https://appernetic.github.io/
|
||||
baseurl = "/"
|
||||
baseurl = "/joinpeertube/"
|
||||
|
||||
# Remark if you want to disable multilingual support.
|
||||
DefaultContentLanguage = "fr"
|
||||
|
|
Loading…
Reference in a new issue