Skip to content

Commit 3b121af

Browse files
committed
fix docusaurus deployment
1 parent afbae33 commit 3b121af

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

docusaurus.config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@ const lightCodeTheme = require("prism-react-renderer/themes/github");
55
const darkCodeTheme = require("prism-react-renderer/themes/dracula");
66

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

1111
/** @type {import('@docusaurus/types').Config} */
1212
const config = {
1313
title: "conda-forge | community-driven packaging for conda",
1414
url: "https://conda-forge.org/",
1515
baseUrl: "/",
16-
onBrokenLinks: "warn",
17-
onBrokenMarkdownLinks: "warn",
16+
onBrokenLinks: "throw",
17+
onBrokenMarkdownLinks: "throw",
1818
favicon: "img/favicon.ico",
1919
trailingSlash: undefined,
2020
staticDirectories: ['static', 'static-sphinx'],

src/components/Header/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export default function Header() {
2525
</h1>
2626
<div className={styles.header_content_input}>
2727
<Link
28-
to="/docs/getting-started"
28+
to="pathname:///docs/"
2929
className="button button--secondary button--lg homepage_button"
3030
>
3131
Explore conda-forge

static/CNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
conda-forge.org

0 commit comments

Comments
 (0)