Skip to content

Commit

Permalink
Merge pull request #742 from vselvarajijay/hexagonal
Browse files Browse the repository at this point in the history
updates
  • Loading branch information
vselvarajijay authored Oct 24, 2024
2 parents 58f01d6 + 2bf96df commit bb561b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions www/next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import { unifiedConditional } from 'unified-conditional'
/** @type {import('next').NextConfig} */
const nextConfig = {
pageExtensions: ['js', 'jsx', 'ts', 'tsx', 'mdx'],
output: 'export', // Enable static export
}

function remarkMDXLayout(source, metaName) {
Expand Down
3 changes: 2 additions & 1 deletion www/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
"lint": "next lint",
"export": "next export"
},
"browserslist": "defaults, not ie <= 11",
"dependencies": {
Expand Down

0 comments on commit bb561b2

Please sign in to comment.