Skip to content

Commit 1d5e5ea

Browse files
author
abrulic
committed
check
1 parent c0ac4cf commit 1d5e5ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/utils/load-content-collections.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export async function loadContentCollections(version: Version) {
1515
const projectRoot = process.cwd()
1616
// locally we use the actual content-collections source for DX and hot-reloads
1717
if (NODE_ENV === "development") {
18-
const { allPages, allSections } = await import("content-collections")
18+
const { allPages, allSections } = await import(/* @vite-ignore */ "content-collections")
1919
return { allPages, allSections }
2020
}
2121
const genBase = resolve(projectRoot, "generated-docs", version, ".content-collections", "generated")

0 commit comments

Comments
 (0)