Skip to content

Commit 8ff30cc

Browse files
Implement comprehensive community platform with 18+ new pages and features (#12)
2 parents 942b5e3 + f5664dc commit 8ff30cc

16 files changed

Lines changed: 4351 additions & 1 deletion

File tree

next.config.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,9 @@ import type { NextConfig } from "next";
33
const nextConfig: NextConfig = {
44
/* config options here */
55
};
6-
6+
module.exports = {
7+
images: {
8+
remotePatterns: [new URL("https://github.com/CodeStorm-Hub.png")],
9+
},
10+
};
711
export default nextConfig;

package-lock.json

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)