Skip to content

Commit

Permalink
chore: update yarn lock file with latest yarn pinned in package.json …
Browse files Browse the repository at this point in the history
…and update next config for static export build (#65)

* chore: update yarn lock file with latest yarn pinned in package.json

* config: add next static configuration for static build
  • Loading branch information
satyam73 authored Mar 18, 2024
1 parent edc8861 commit 8161e00
Show file tree
Hide file tree
Showing 2 changed files with 8,279 additions and 8,178 deletions.
7 changes: 6 additions & 1 deletion next.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
/** @type {import('next').NextConfig} */
const nextConfig = {};
const nextConfig = {
output: "export",
images: {
unoptimized: true,
},
};

module.exports = nextConfig;
Loading

0 comments on commit 8161e00

Please sign in to comment.