custom <Image /> wrapper now supports static imports too

This commit is contained in:
2022-01-24 08:57:21 -05:00
parent 5d402bc31b
commit 51ecae3c9b
22 changed files with 289 additions and 355 deletions
+1 -3
View File
@@ -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.
};