Skip to content

Commit

Permalink
update: enable static site generation on GH Pages
Browse files Browse the repository at this point in the history
Signed-off-by: Ashutosh Tripathi <[email protected]>
  • Loading branch information
ashucoder9 authored Jun 4, 2024
1 parent e1dff93 commit 02225d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ const withAnalyzer = createBundleAnalyzer({

/** @type {import('next').NextConfig} */
const config = {
output: "export",
reactStrictMode: true,
eslint: {
// Replaced by root workspace command
Expand Down

0 comments on commit 02225d8

Please sign in to comment.