mirror of
https://github.com/blueskychan-dev/blueskychan.dev.git
synced 2025-07-07 15:21:04 +00:00
Remove yuri wallpaper for some reason and attempt to fix emoji won't load issues.
This commit is contained in:
parent
3c74f3ee8b
commit
4c8f1574ef
13 changed files with 2931 additions and 2 deletions
|
@ -1,6 +1,14 @@
|
|||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {
|
||||
reactStrictMode: true,
|
||||
images: {
|
||||
remotePatterns: [
|
||||
{
|
||||
protocol: "https",
|
||||
hostname: "**",
|
||||
},
|
||||
],
|
||||
},
|
||||
}
|
||||
|
||||
module.exports = nextConfig
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue