Skip to content

Commit acd14fd

Browse files
committed
chore: adds do-not-remove comment
1 parent 02e1664 commit acd14fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import i18nConfig from "../../i18n.config.json"
66

77
import type { CommunityBlog } from "./types"
88

9-
export const OLD_CONTENT_DIR = "src/content"
9+
export const OLD_CONTENT_DIR = "src/content" // For old git commit history -- do not remove
1010
export const CONTENT_DIR = "public/content"
1111
export const TRANSLATIONS_DIR = "public/content/translations"
1212
export const TRANSLATED_IMAGES_DIR = "/content/translations"

0 commit comments

Comments
 (0)