fix: add guest image to localPatterns in next config
This commit is contained in:
parent
e677a2129f
commit
1899a7df0b
1 changed files with 3 additions and 0 deletions
|
|
@ -13,6 +13,9 @@ const nextConfig: NextConfig = {
|
||||||
{
|
{
|
||||||
pathname: "/tutorial/**",
|
pathname: "/tutorial/**",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
pathname: "/guest.webp",
|
||||||
|
},
|
||||||
],
|
],
|
||||||
remotePatterns: [
|
remotePatterns: [
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue