Skip to content

Commit

Permalink
fix: vercel not working
Browse files Browse the repository at this point in the history
  • Loading branch information
syfxlin committed Dec 23, 2023
1 parent f393f31 commit 80ca543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/contents/reader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ import path from "path";
import config from "../../keystatic.config";
import { createReader } from "@keystatic/core/reader";

export const root = path.resolve("public");
export const root = path.resolve("public/content");

export const reader = createReader(".", config);

0 comments on commit 80ca543

Please sign in to comment.