Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
majkshkurti committed Oct 24, 2024
1 parent ce14a0b commit 29cc50a
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,12 @@ const config = {
title: "GOAT DOCS",
tagline: "GOATs are cool",
favicon: "img/favicon.ico",
// Set the production url of your site here
url: "https://your-docusaurus-test-site.com",
// Set the /<baseUrl>/ pathname under which your site is served
// For GitHub pages deployment, it is often '/<projectName>/'
url: "https://goat.plan4better.de",
baseUrl: "/docs/",
// GitHub pages deployment config.
// If you aren't using GitHub pages, you don't need these.
organizationName: "facebook", // Usually your GitHub org/user name.
projectName: "docusaurus", // Usually your repo name.
organizationName: "goat-community",
projectName: "goat",
onBrokenLinks: "ignore",
onBrokenMarkdownLinks: "warn",
// Even if you don't use internalization, you can use this field to set useful
// metadata like html lang. For example, if your site is Chinese, you may want
// to replace "en" with "zh-Hans".
i18n: {
defaultLocale: "en",
locales: ["en", "de"],
Expand Down

0 comments on commit 29cc50a

Please sign in to comment.