fix: add tutorial images to localPatterns in next config
This commit is contained in:
parent
066c215ea4
commit
0ba31f54f0
1 changed files with 3 additions and 0 deletions
|
|
@ -10,6 +10,9 @@ const nextConfig: NextConfig = {
|
||||||
{
|
{
|
||||||
pathname: "/profile/*/picture",
|
pathname: "/profile/*/picture",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
pathname: "/tutorial/**",
|
||||||
|
},
|
||||||
],
|
],
|
||||||
remotePatterns: [
|
remotePatterns: [
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue