Skip to content

Commit

Permalink
Deploy NFT Marketplace to GitHub Pages efsoftworks#8
Browse files Browse the repository at this point in the history
Co-Authored-By: Faru Nuri Sönmez <[email protected]>
  • Loading branch information
farunurisonmez committed Jan 15, 2024
1 parent afac05d commit dc37da2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -29,7 +29,6 @@ const nextConfig = {
images: {
unoptimized: true,
},

};

module.exports = nextConfig;
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit dc37da2

Please sign in to comment.