Skip to content

Commit

Permalink
Merge pull request #28 from Mikage-Server/develop
Browse files Browse the repository at this point in the history
Remove: next.config.jsのruntimeの設定を削除
  • Loading branch information
takara2314 committed Aug 6, 2023
2 parents 38ae9e5 + 594f0b8 commit 31eb102
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 31eb102

Please sign in to comment.