ifiokjr / gatsby-plugin-next-seo

Gatsby Plugin Next SEO is a plug in that makes managing your SEO easier in Gatsby projects.
MIT License
196 stars 20 forks source link

Gatsby can't find the plugin #27

Open adonig opened 4 years ago

adonig commented 4 years ago

Description

Actually this issue already exists but it was closed by the reporter in January: https://github.com/ifiokjr/gatsby-plugin-next-seo/issues/12

Possible Fix

Gatsby plugins nowadays don't support a directory layout where there is no index.js at the top-level, see here: https://github.com/gatsbyjs/gatsby/issues/14068

We have to find a way to provide a top-level index.js. An example layout for a Gatsby plugin developed in TypeScript can be found here.

Checklist