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
{{ message }}
This repository has been archived by the owner on Dec 1, 2022. It is now read-only.
pathPrefix: '/gatsby-starter-emulsify-mdx', // for deploying to a folder like on Github pages.
plugins: [
{
resolve: 'gatsby-theme-emulsify',
options: {
// Site Metadata for style guide
siteMetadata: {
title: 'MDX Starter',
description: '',
author: '',
},
docPagesPath: 'styleguide', // Where your custom style guide pages live
componentLibPath: 'components', // Where your component library lives
UILibPath: 'https://lucid-colden-c2abf5.netlify.com/iframe.html', // Where your Storybook instance lives. Could be remote or local like "/storybook/iframe.html"
basePath: __dirname, // Needed to make above paths relative to your project
// designSystems: [
// {
// name: "Basic", // Other design system you may want to link to in a parent/child situation