Skip to content

Commit

Permalink
fix docusaurus deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimergp committed Jan 4, 2024
1 parent afbae33 commit 3b121af
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@ const lightCodeTheme = require("prism-react-renderer/themes/github");
const darkCodeTheme = require("prism-react-renderer/themes/dracula");

const editUrl = {
editUrl: "https://github.com/quansight-labs/cf-infra-docs/tree/main/",
editUrl: "https://github.com/conda-forge/conda-forge.github.io/tree/main/",
};

/** @type {import('@docusaurus/types').Config} */
const config = {
title: "conda-forge | community-driven packaging for conda",
url: "https://conda-forge.org/",
baseUrl: "/",
onBrokenLinks: "warn",
onBrokenMarkdownLinks: "warn",
onBrokenLinks: "throw",
onBrokenMarkdownLinks: "throw",
favicon: "img/favicon.ico",
trailingSlash: undefined,
staticDirectories: ['static', 'static-sphinx'],
Expand Down
2 changes: 1 addition & 1 deletion src/components/Header/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default function Header() {
</h1>
<div className={styles.header_content_input}>
<Link
to="/docs/getting-started"
to="pathname:///docs/"
className="button button--secondary button--lg homepage_button"
>
Explore conda-forge
Expand Down
1 change: 1 addition & 0 deletions static/CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
conda-forge.org

0 comments on commit 3b121af

Please sign in to comment.