From 431c06f0e3b5f5de5c8629b063ec29558f5569f5 Mon Sep 17 00:00:00 2001 From: RakuJa Date: Mon, 9 Sep 2024 10:18:44 +0200 Subject: [PATCH] align to framework preset (#3) --- .gitignore | 3 ++- next.config.js | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index f300497..f22303e 100644 --- a/.gitignore +++ b/.gitignore @@ -35,4 +35,5 @@ yarn-error.log* .gitattributes .idea -dist \ No newline at end of file +dist +out \ No newline at end of file diff --git a/next.config.js b/next.config.js index b4e6a2e..a1b0c26 100644 --- a/next.config.js +++ b/next.config.js @@ -11,7 +11,7 @@ const nextConfig = { // skipTrailingSlashRedirect: true, // Optional: Change the output directory `out` -> `dist` - distDir: 'dist', + distDir: 'out', } module.exports = nextConfig \ No newline at end of file