Skip to content

Commit

Permalink
Remove experimental serverActions flag from next.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkmift committed Mar 25, 2024
1 parent 2f72c40 commit e9b0e2b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ const createNextIntlPlugin = require('next-intl/plugin');
const withNextIntl = createNextIntlPlugin('./app/i18n.ts');

const nextConfig = {
experimental: {
serverActions: true,
},
eslint: {
dirs: ['app', 'components'],
},
Expand Down

0 comments on commit e9b0e2b

Please sign in to comment.