mirror of
https://github.com/dathere/de-intern-guide.git
synced 2025-12-19 08:39:25 +00:00
🐛 Fix baseUrl value to be /<projectName>/
This commit is contained in:
parent
42520e2e54
commit
75afabbd43
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ const config = {
|
||||||
url: "https://dathere.github.io",
|
url: "https://dathere.github.io",
|
||||||
// Set the /<baseUrl>/ pathname under which your site is served
|
// Set the /<baseUrl>/ pathname under which your site is served
|
||||||
// For GitHub pages deployment, it is often '/<projectName>/'
|
// For GitHub pages deployment, it is often '/<projectName>/'
|
||||||
baseUrl: "/",
|
baseUrl: "/de-intern-guide/",
|
||||||
|
|
||||||
// GitHub pages deployment config.
|
// GitHub pages deployment config.
|
||||||
// If you aren't using GitHub pages, you don't need these.
|
// If you aren't using GitHub pages, you don't need these.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue