mirror of
https://github.com/Radiquum/AniX.git
synced 2025-05-05 04:19:41 +05:00
frontend: fix <Image />
This commit is contained in:
parent
58ed4007df
commit
a03deddbc0
6 changed files with 69 additions and 70 deletions
|
@ -1,4 +1,13 @@
|
|||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {};
|
||||
const nextConfig = {
|
||||
images: {
|
||||
remotePatterns: [
|
||||
{
|
||||
protocol: "https",
|
||||
hostname: "anixstatic.com",
|
||||
},
|
||||
],
|
||||
},
|
||||
};
|
||||
|
||||
export default nextConfig;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue