Skip to content

Commit 63c5e79

Browse files
committed
Revalidation issues fixed, caching issues fixed, website favicon feature.
1 parent 11bb3c8 commit 63c5e79

9 files changed

Lines changed: 4853 additions & 16 deletions

File tree

next.config.mjs

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
/** @type {import('next').NextConfig} */
2-
const nextConfig = {};
2+
const nextConfig = {
3+
images: {
4+
domains: [
5+
"s2.googleusercontent.com"
6+
]
7+
}
8+
};
39

410
export default nextConfig;

0 commit comments

Comments
 (0)