make a first page

This commit is contained in:
2025-02-17 15:32:46 +07:00
parent fcb655895a
commit 3e972dc59d
8 changed files with 2932 additions and 133 deletions

View File

@@ -1,4 +1,14 @@
/** @type {import('next').NextConfig} */
const nextConfig = {};
const nextConfig = {
images: {
remotePatterns: [
{
protocol: 'https',
hostname: 'media.tenor.com',
pathname: '/1BCeG1aTiBAAAAAd/temptation-stairway-ena.gif'
}
]
}
};
export default nextConfig;