Skip to content

Commit

Permalink
modified the basePath in next.config file
Browse files Browse the repository at this point in the history
  • Loading branch information
AmirKakavand committed Aug 9, 2024
1 parent 8f6a582 commit 97533c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ const nextConfig = {
{ loader: '@next/font/google', options: { subsets: ['latin'] } },
],
},
assetPrefix: '/Rick-and-Morty-Wiki/',
basePath: '/Rick-and-Morty-Wiki/',
// assetPrefix: '/Rick-and-Morty-Wiki',
basePath: '/Rick-and-Morty-Wiki',
};

// https://rickandmortyapi.com/api/character/avatar/1.jpeg
Expand Down

0 comments on commit 97533c7

Please sign in to comment.