Skip to content

Commit

Permalink
deps: upgrade to next 13
Browse files Browse the repository at this point in the history
  • Loading branch information
rschlaefli committed Oct 27, 2022
1 parent 4546e6f commit e9502df
Show file tree
Hide file tree
Showing 4 changed files with 764 additions and 340 deletions.
3 changes: 2 additions & 1 deletion .env.local.template
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
SECRET=abcdabcd
# generate a secret with `$ openssl rand -base64 32`
NEXTAUTH_SECRET=N/l1mmMLDNwKaTlID6v8UyOjqu9VdGRLGjkF3S7a6vo=

# create a new app and client secret here: https://github.com/settings/apps
# homepage url: http://localhost:3000
Expand Down
1 change: 0 additions & 1 deletion next.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
swcMinify: true,
typescript: {
ignoreBuildErrors: true,
},
Expand Down
Loading

0 comments on commit e9502df

Please sign in to comment.