Skip to content

Commit 4c51f2f

Browse files
authored
feat: adding next-i18next config to next.js framework (#169)
1 parent db3d755 commit 4c51f2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

update.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ const frameworks = {
160160
'vite.config.*': [],
161161
'vue.config.*': [],
162162
'nuxt.config.*': ['.nuxtignore'],
163-
'next.config.*': ['next-env.d.ts'],
163+
'next.config.*': ['next-env.d.ts', 'next-i18next.config.*'],
164164
'svelte.config.*': ['mdsvex.config.js', 'vite.config.*', 'houdini.config.*'],
165165
'remix.config.*': ['remix.*'],
166166
'artisan': ['server.php', 'webpack.mix.js'],

0 commit comments

Comments
 (0)