feat: init index page

This commit is contained in:
shinya
2025-06-17 21:30:50 +08:00
parent 2e989e5e9b
commit 0acec95317
13 changed files with 903 additions and 132 deletions

View File

@@ -8,14 +8,14 @@ const nextConfig = {
swcMinify: true,
// Uncoment to add domain whitelist
// images: {
// remotePatterns: [
// {
// protocol: 'https',
// hostname: 'res.cloudinary.com',
// },
// ]
// },
images: {
remotePatterns: [
{
protocol: 'https',
hostname: 'vip.dytt-img.com',
},
],
},
webpack(config) {
// Grab the existing rule that handles SVG imports