We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02e1664 commit acd14fdCopy full SHA for acd14fd
src/lib/constants.ts
@@ -6,7 +6,7 @@ import i18nConfig from "../../i18n.config.json"
6
7
import type { CommunityBlog } from "./types"
8
9
-export const OLD_CONTENT_DIR = "src/content"
+export const OLD_CONTENT_DIR = "src/content" // For old git commit history -- do not remove
10
export const CONTENT_DIR = "public/content"
11
export const TRANSLATIONS_DIR = "public/content/translations"
12
export const TRANSLATED_IMAGES_DIR = "/content/translations"
0 commit comments