Skip to content

Commit

Permalink
🛠️ distDir: build
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremybanka committed Jul 15, 2023
1 parent 2451cef commit 95e4f4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/cornersjs.org/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ const withMDX = require(`@next/mdx`)({

/** @type {import('next').NextConfig} */
const nextConfig = {
distDir: 'build',
pageExtensions: [`ts`, `tsx`, `js`, `jsx`, `md`, `mdx`],
reactStrictMode: true,
typescript: {
Expand Down

0 comments on commit 95e4f4e

Please sign in to comment.