🐛 Fix baseUrl value to be /<projectName>/

This commit is contained in:
rzmk 2023-06-05 19:36:58 -04:00
parent 42520e2e54
commit 75afabbd43
No known key found for this signature in database

View file

@ -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.