mirror of
https://github.com/dathere/de-intern-guide.git
synced 2025-12-19 08:39:25 +00:00
🔀 Merge pull request #2 from dathere/deploy-setup
🚧 GitHub Pages deployment setup
This commit is contained in:
commit
42520e2e54
2 changed files with 3 additions and 2 deletions
|
|
@ -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).
|
||||
|
|
|
|||
|
|
@ -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