Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
tashfiqul-islam committed Jan 16, 2024
2 parents f0e936b + a0395c1 commit c80c5d1
Show file tree
Hide file tree
Showing 11 changed files with 1,236 additions and 57 deletions.
10 changes: 5 additions & 5 deletions next.config.js → next.config.cjs
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
const nextConfig = {
import withImages from 'next-images';

export default withImages({
output: 'export', // Enable static HTML export
env: {
NEXT_PUBLIC_GOOGLE_MAPS_API_KEY:
process.env.NEXT_PUBLIC_GOOGLE_MAPS_API_KEY,
},
images: {
unoptimized: true, // Disable Image Optimization
disableStaticImages: true, // Disable Image Optimization
},
};

module.exports = nextConfig;
});
Loading

0 comments on commit c80c5d1

Please sign in to comment.