Skip to content

Commit

Permalink
update next.js version to 14
Browse files Browse the repository at this point in the history
  • Loading branch information
nkwtnb committed Nov 13, 2024
1 parent 6d24182 commit c999e66
Show file tree
Hide file tree
Showing 5 changed files with 947 additions and 646 deletions.
2 changes: 1 addition & 1 deletion next-env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
/// <reference types="next/image-types/global" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.
// see https://nextjs.org/docs/pages/building-your-application/configuring/typescript for more information.
1 change: 1 addition & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ const nextConfig = {
reactStrictMode: true,
assetPrefix: '/portfolio',
basePath: '/portfolio',
output: "export",
}

module.exports = {
Expand Down
Loading

0 comments on commit c999e66

Please sign in to comment.