mirror of
https://github.com/dathere/de-intern-guide.git
synced 2025-12-19 08:39:25 +00:00
🚧 GitHub Pages deployment setup
This commit is contained in:
parent
1af1224370
commit
8c13b8bc4f
2 changed files with 3 additions and 2 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue