Remove yuri wallpaper for some reason and attempt to fix emoji won't load issues.

This commit is contained in:
Phapoom Saksri 2024-08-27 21:57:23 +07:00
parent 3c74f3ee8b
commit 4c8f1574ef
13 changed files with 2931 additions and 2 deletions

View file

@ -1,6 +1,14 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
images: {
remotePatterns: [
{
protocol: "https",
hostname: "**",
},
],
},
}
module.exports = nextConfig