fix abs path

This commit is contained in:
menduz 2022-10-03 12:40:31 -03:00
parent 996d877c64
commit 3e084a5ba7
No known key found for this signature in database
GPG Key ID: 78AC067F75AC1B64
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# hugo server --minify --themesDir ... --baseURL=http://0.0.0.0:1313/theme/hugo-book/ # hugo server --minify --themesDir ... --baseURL=http://0.0.0.0:1313/theme/hugo-book/
baseURL = 'https://documentation-theme.pages.dev/' baseURL = 'https://decentraland.github.io/documentation-theme/'
title = 'DCL docs theme' title = 'DCL docs theme'
theme = 'documentation-theme' theme = 'documentation-theme'

View File

@ -1,6 +1,6 @@
# hugo server --minify --themesDir ... --baseURL=http://0.0.0.0:1313/theme/hugo-book/ # hugo server --minify --themesDir ... --baseURL=http://0.0.0.0:1313/theme/hugo-book/
baseURL: https://example.com/ baseURL: https://decentraland.github.io/documentation-theme/
title: Hugo Book title: Hugo Book
theme: documentation-theme theme: documentation-theme