diff --git a/next.config.js b/next.config.js index 3bc31bc..2296a98 100644 --- a/next.config.js +++ b/next.config.js @@ -1,9 +1,8 @@ const nextConfig = { output: 'export', - basePath: '/your-repo-name', images: { - unoptimized: true - } + unoptimized: true, + }, } module.exports = nextConfig