Skip to content
This repository was archived by the owner on Dec 19, 2023. It is now read-only.

Commit 32a4a8d

Browse files
committed
Make dashboard and plant page
Signed-off-by: Audrow Nash <[email protected]>
1 parent 9e32138 commit 32a4a8d

File tree

9 files changed

+971
-96
lines changed

9 files changed

+971
-96
lines changed

next.config.mjs

+3
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,8 @@ const config = {
1818
locales: ["en"],
1919
defaultLocale: "en",
2020
},
21+
images: {
22+
domains: ["images.unsplash.com", "imgs.search.brave.com"],
23+
},
2124
};
2225
export default config;

0 commit comments

Comments
 (0)