🚧 GitHub Pages deployment setup

This commit is contained in:
rzmk 2023-06-05 18:47:13 -04:00
parent 1af1224370
commit 8c13b8bc4f
No known key found for this signature in database
2 changed files with 3 additions and 2 deletions

View file

@ -11,7 +11,7 @@ const config = {
favicon: "img/favicon.ico",
// Set the production url of your site here
url: "https://de-intern-guide.vercel.app",
url: "https://dathere.github.io",
// Set the /<baseUrl>/ pathname under which your site is served
// For GitHub pages deployment, it is often '/<projectName>/'
baseUrl: "/",
@ -20,6 +20,7 @@ const config = {
// If you aren't using GitHub pages, you don't need these.
organizationName: "dathere", // Usually your GitHub org/user name.
projectName: "de-intern-guide", // Usually your repo name.
deploymentBranch: "gh-pages",
onBrokenLinks: "throw",
onBrokenMarkdownLinks: "warn",