Skip to content

Commit

Permalink
Remove: next.config.jsのruntimeの設定を削除
Browse files Browse the repository at this point in the history
  • Loading branch information
takara2314 committed Aug 6, 2023
1 parent 10d8f1f commit 594f0b8
Showing 1 changed file with 0 additions and 1 deletion.
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: false,
runtime: 'edge',
experimental: {
appDir: true
},
Expand Down

0 comments on commit 594f0b8

Please sign in to comment.