mirror of
https://github.com/MaggieAppleton/digital-gardeners.git
synced 2024-11-24 02:23:36 +01:00
updated garden paths
This commit is contained in:
parent
4716d551bf
commit
131130785e
|
@ -2,8 +2,8 @@ import fs from "fs";
|
||||||
import path from "path";
|
import path from "path";
|
||||||
|
|
||||||
// POSTS_PATH is useful when you want to get the path to a specific file
|
// POSTS_PATH is useful when you want to get the path to a specific file
|
||||||
export const GARDENS_PATH = path.join(process.cwd(), "posts", "gardens");
|
export const GARDENS_PATH = path.join(process.cwd(), "gardens");
|
||||||
export const TOOLS_PATH = path.join(process.cwd(), "posts", "tools");
|
export const TOOLS_PATH = path.join(process.cwd(), "tools");
|
||||||
|
|
||||||
// patternFilePath is the list of all mdx files inside the POSTS_PATH directory
|
// patternFilePath is the list of all mdx files inside the POSTS_PATH directory
|
||||||
export const gardenFilePath = fs
|
export const gardenFilePath = fs
|
||||||
|
|
Loading…
Reference in a new issue