Skip to content
This repository has been archived by the owner on Jul 6, 2024. It is now read-only.

Commit

Permalink
chore: upgrade next.js from 11 to 12
Browse files Browse the repository at this point in the history
  • Loading branch information
peterleiva committed Dec 17, 2021
1 parent 9412113 commit fe39e31
Show file tree
Hide file tree
Showing 4 changed files with 11,835 additions and 6,782 deletions.
1 change: 0 additions & 1 deletion next-env.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/// <reference types="next" />
/// <reference types="next/types/global" />
/// <reference types="next/image-types/global" />

// NOTE: This file should not be edited
Expand Down
1 change: 1 addition & 0 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
module.exports = {
reactStrictMode: true,
swcMinify: true,
images: {
domains: ["picsum.photos"],
},
Expand Down
Loading

0 comments on commit fe39e31

Please sign in to comment.