🚧 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

@ -32,4 +32,4 @@ This command generates static content into the `build` directory and can be serv
## Deployment
The site is deployed through Vercel. Any changes pushed to the `main` branch will be automatically deployed to the live site. You may first want to test your changes on a branch before merging to `main`, both locally and by viewing the Vercel preview.
The site is [deployed through GitHub Pages](https://docusaurus.io/docs/deployment#deploying-to-github-pages).

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",