Skip to content

Commit

Permalink
distrubution path fix
Browse files Browse the repository at this point in the history
  • Loading branch information
FranklinBarto committed Feb 11, 2024
1 parent 89e6322 commit 1b25fa2
Show file tree
Hide file tree
Showing 37 changed files with 21 additions and 67 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

# next.js
/.next/
# /out/
/out/

# production
/build
Expand Down
3 changes: 1 addition & 2 deletions next.config.mjs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
output: 'export',
distDir: 'build',
output: 'export'
};

export default nextConfig;
1 change: 0 additions & 1 deletion out/404.html

This file was deleted.

1 change: 0 additions & 1 deletion out/_next/static/chunks/69-5f9285647f39aab5.js

This file was deleted.

1 change: 0 additions & 1 deletion out/_next/static/chunks/app/_not-found-b0b4de830ae4b9bf.js

This file was deleted.

1 change: 0 additions & 1 deletion out/_next/static/chunks/app/layout-14172a470d288b96.js

This file was deleted.

1 change: 0 additions & 1 deletion out/_next/static/chunks/app/page-2272e1481943154e.js

This file was deleted.

1 change: 0 additions & 1 deletion out/_next/static/chunks/b536a0f1-84a5cc62904991b6.js

This file was deleted.

1 change: 0 additions & 1 deletion out/_next/static/chunks/fd9d1056-0bb21fb122762d6f.js

This file was deleted.

33 changes: 0 additions & 33 deletions out/_next/static/chunks/framework-aec844d2ccbe7592.js

This file was deleted.

1 change: 0 additions & 1 deletion out/_next/static/chunks/main-99238e5788d9f0c5.js

This file was deleted.

1 change: 0 additions & 1 deletion out/_next/static/chunks/main-app-ff41150567438b1d.js

This file was deleted.

1 change: 0 additions & 1 deletion out/_next/static/chunks/pages/_app-75f6107b0260711c.js

This file was deleted.

1 change: 0 additions & 1 deletion out/_next/static/chunks/pages/_error-9a890acb1e81c3fc.js

This file was deleted.

1 change: 0 additions & 1 deletion out/_next/static/chunks/polyfills-c67a75d1b6f99dc8.js

This file was deleted.

1 change: 0 additions & 1 deletion out/_next/static/chunks/webpack-47ef9eab196401a3.js

This file was deleted.

Loading

0 comments on commit 1b25fa2

Please sign in to comment.