mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-01 04:26:37 -04:00
update constants
This commit is contained in:
2
lib/config/constants.ts
Normal file
2
lib/config/constants.ts
Normal file
@ -0,0 +1,2 @@
|
||||
// Next.js constants (not needed in frontend)
|
||||
export const NOTES_DIR = "./notes";
|
@ -41,7 +41,4 @@ module.exports = {
|
||||
linkedin: "jakejarvis",
|
||||
instagram: "jakejarvis",
|
||||
},
|
||||
|
||||
// Next.js constants
|
||||
NOTES_DIR: "./notes",
|
||||
};
|
||||
|
Reference in New Issue
Block a user