Fix build

This commit is contained in:
Corbin Crutchley
2023-02-15 00:37:12 -08:00
parent 2e66f85ea4
commit 35a03ecb86

View File

@@ -32,7 +32,7 @@ import mdx from "@astrojs/mdx";
import symlink from "symlink-dir";
import * as path from "path";
import svgr from "vite-plugin-svgr";
import { rehypeFileTree } from "utils/markdown/file-tree/rehype-file-tree";
import { rehypeFileTree } from "./src/utils/markdown/file-tree/rehype-file-tree";
await symlink(path.resolve("content"), path.resolve("public/content"));