Compare commits

...

7 Commits

Author SHA1 Message Date
Sean Massa
fa84ff6e8b Merge branch 'main' into detect-sanity3 2022-10-11 10:41:54 -05:00
Jacob Ford
b9767e4952 Also detect officially-supported Sanity .[j|t]sx config files
https://github.com/vercel/vercel/pull/8540\#discussion_r985107394
2022-10-10 15:25:53 -04:00
Jacob Ford
3785e086ba Merge branch 'main' into detect-sanity3 2022-10-10 15:19:08 -04:00
kodiakhq[bot]
a7c6fee587 Merge branch 'main' into detect-sanity3 2022-09-09 18:58:03 +00:00
Steven
2acd4cfa75 Merge branch 'main' into detect-sanity3 2022-09-09 14:57:59 -04:00
Jacob Ford
f6cb2219d9 Also detect sanity.config.ts
Co-authored-by: Steven <steven@ceriously.com>
2022-09-09 14:33:29 -04:00
Jacob Ford
7dc7970a56 Detect Sanity v3 2022-09-09 08:37:14 -04:00

View File

@@ -1792,9 +1792,15 @@ export const frameworks = [
{
path: 'sanity.config.js',
},
{
path: 'sanity.config.jsx',
},
{
path: 'sanity.config.ts',
},
{
path: 'sanity.config.tsx',
},
],
},
settings: {