diff --git a/next.config.js b/next.config.js index 5fc2ae1..b774cf1 100644 --- a/next.config.js +++ b/next.config.js @@ -18,7 +18,7 @@ const nextConfig = { * * @see https://nextjs.org/docs/app/api-reference/next-config-js/basePath */ - basePath: "", + basePath: "/nft-marketplace-app", /** * Disable server-based image optimization. Next.js does not support @@ -29,7 +29,6 @@ const nextConfig = { images: { unoptimized: true, }, - }; module.exports = nextConfig; \ No newline at end of file diff --git a/package.json b/package.json index 6e4849c..ed2b1ca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,7 @@ { "name": "nft-marketplace-app", - "version": "0.1.0", + "homepage": "https://efsoftworks.github.io/nft-marketplace-app", + "version": "1.0.0", "private": true, "scripts": { "dev": "next dev",