mirror of
https://github.com/LukeHagar/vercel.git
synced 2025-12-10 12:57:47 +00:00
[frameworks] Add missing cachePattern to Next.js (#6396)
This commit is contained in:
@@ -104,6 +104,7 @@ export const frameworks = [
|
||||
devCommand: 'next dev --port $PORT',
|
||||
buildCommand: 'next build',
|
||||
getOutputDirName: async () => 'public',
|
||||
cachePattern: '.next/cache/**',
|
||||
},
|
||||
{
|
||||
name: 'Gatsby.js',
|
||||
|
||||
Reference in New Issue
Block a user