Skip to content

Commit

Permalink
fix: move public dir (#1661)
Browse files Browse the repository at this point in the history
  • Loading branch information
levinkerschberger authored Jul 12, 2024
1 parent bb07821 commit 717b0de
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const isProduction = process.env.NODE_ENV === 'production';

const nextConfig = {
output: 'export',
distDir: '../out',
distDir: './out',

// Each page will be exported as a directory
trailingSlash: true,
Expand Down

0 comments on commit 717b0de

Please sign in to comment.