Skip to content

Commit

Permalink
[ENHANCEMENT] update next.config.js for npm build
Browse files Browse the repository at this point in the history
  • Loading branch information
Dev-WaiYan committed Sep 22, 2024
1 parent 283085a commit 69b1748
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions next.config.mjs
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
output: "export",
basePath:
"/archivo-devspace-knowledge-sharing/blogs/detail/better-software-programmer-series",
images: {
unoptimized: true,
},
basePath: "/archivo-devspace-blogs",
};

export default nextConfig;
Empty file added public/.nojekyll
Empty file.

0 comments on commit 69b1748

Please sign in to comment.