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
|
stage: deploy
|
||||||
script:
|
script:
|
||||||
- hugo
|
- hugo
|
||||||
- mkdir .public
|
|
||||||
- cp -r * .public
|
|
||||||
- mv .public public
|
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- public
|
- public
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# hostname (and path) to the root eg. https://appernetic.github.io/
|
# hostname (and path) to the root eg. https://appernetic.github.io/
|
||||||
baseurl = "/"
|
baseurl = "/joinpeertube/"
|
||||||
|
|
||||||
# Remark if you want to disable multilingual support.
|
# Remark if you want to disable multilingual support.
|
||||||
DefaultContentLanguage = "fr"
|
DefaultContentLanguage = "fr"
|
||||||
|
|
Loading…
Reference in a new issue