feature: sign up with github and about page completed

This commit is contained in:
libertyoms
2025-04-21 15:44:18 +02:00
parent 5eb60015cc
commit 629da1b7e7
12 changed files with 970 additions and 297 deletions

View File

@ -1,7 +1,9 @@
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
images: {
domains: ["avatars.githubusercontent.com"],
},
};
export default nextConfig;