@luckedip/ou-enquirer-tools-theme
v1.0.4
Published
Then add the theme to your `gatsby-config.js`. We'll use the long-form here for educational purposes.
Downloads
1
Readme
The smallest possible Gatsby theme
Quick Start
Then add the theme to your gatsby-config.js
. We'll use the long-form here for educational purposes.
module.exports = {
plugins: [
{
resolve: "@luckedip/ou-enquirer-tools-theme",
options: {},
},
],
}