From dc37da2964e7426969d935c5db5b08603eca0747 Mon Sep 17 00:00:00 2001 From: = Date: Mon, 15 Jan 2024 16:25:47 +0300 Subject: [PATCH] Deploy NFT Marketplace to GitHub Pages #8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Faru Nuri Sönmez --- next.config.js | 3 +-- package.json | 3 ++- 2 files changed, 3 insertions(+), 3 deletions(-) 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",