Skip to content

Commit

Permalink
Update next.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
oogunjob authored Jan 25, 2024
1 parent 9df961d commit 5e325a4
Showing 1 changed file with 4 additions and 22 deletions.
26 changes: 4 additions & 22 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -1,28 +1,10 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
/**
* Enable static exports for the App Router.
*
* @see https://nextjs.org/docs/app/building-your-application/deploying/static-exports
*/
output: "export",

/**
* Set base path. This is usually the slug of your repository.
*
* @see https://nextjs.org/docs/app/api-reference/next-config-js/basePath
*/
basePath: "/Universal-Music-Library-Transfer",

/**
* Disable server-based image optimization. Next.js does not support
* dynamic features with static exports.
*
* @see https://nextjs.org/docs/pages/api-reference/components/image#unoptimized
*/
output: 'export',
distDir: 'dist',
images: {
unoptimized: true,
},
};
}

export default nextConfig;
module.exports = nextConfig

0 comments on commit 5e325a4

Please sign in to comment.