UNPKG

gatsby-theme-netlify-identity

Version:

This is a bare-bones Gatsby theme to showcase how a [Theme Jam](https://themejam.gatsbyjs.org) submission should look.

16 lines (15 loc) 324 B
module.exports = ({ url }) => ({ // // not needed for now // siteMetadata: { // title: "Gatsby Theme Jam Example Submission", // }, plugins: [ // You can should only have one instance of this plugin { resolve: `gatsby-plugin-netlify-identity`, options: { url, }, }, ], })