mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-07-21 19:35:59 -04:00
custom <Image /> wrapper now supports static imports too
This commit is contained in:
+1
-3
@@ -1,4 +1,4 @@
|
||||
// do not convert to ESM -- this needs to be imported in CJS files like next.config.js too
|
||||
// do not convert to ESM and/or TS -- this needs to be imported in CJS files like next.config.js too
|
||||
module.exports = {
|
||||
// Site info
|
||||
siteName: "Jake Jarvis",
|
||||
@@ -44,6 +44,4 @@ module.exports = {
|
||||
|
||||
// Next.js constants
|
||||
NOTES_DIR: "./notes",
|
||||
|
||||
// ...note / TODO: there is still a metric poop ton of this kind of info hard-coded.
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user