Skip to content

Commit

Permalink
fix: conflicting build paths (#3329)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fran McDade authored and Fran McDade committed Dec 5, 2024
1 parent a8414f9 commit dde656f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/[...slug].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import {
import { rehypeSlug } from "../plugins/rehypeSlug";
import { remarkHeadings } from "../plugins/remarkHeadings";

const CONFLICTING_STATIC_PATHS = ["events", "news"];
const CONFLICTING_STATIC_PATHS = ["events", "learn", "news"];

interface DocPageProps {
hero: NodeHero | null;
Expand Down

0 comments on commit dde656f

Please sign in to comment.