You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Installed the package for my nextJS 14/reac-18 app, when building (vercel build) I get the error bellow:
`./node_modules/next-seo/lib/jsonld/article.d.ts:3:31
Type error: Cannot find module 'src/types' or its corresponding type declarations.
1 | import React from 'react';
2 | import { JsonLdProps } from './jsonld';
Describe the bug
Installed the package for my nextJS 14/reac-18 app, when building (vercel build) I get the error bellow:
`./node_modules/next-seo/lib/jsonld/article.d.ts:3:31
Type error: Cannot find module 'src/types' or its corresponding type declarations.
1 | import React from 'react';
2 | import { JsonLdProps } from './jsonld';
Expected behavior
Should build
The text was updated successfully, but these errors were encountered: