Community Plugin
View plugin on GitHubgatsby-plugin-dev-ribbon
Gatsbyで作成しているサイトにリボンをつけることができます。開発環境と本番環境を区別するのに便利です。
インストール
npm install gatsby-plugin-dev-ribbonまたは
yarn add gatsby-plugin-dev-ribbon使い方
plugins: [
{
resolve: `gatsby-plugin-dev-ribbon`,
options: {
text: `develop`,
color: `red`,
position: `left`,
},
},
];オプション
text: 任意の文字列
position: left, right, left-bottom, right-bottom
color: red, orange, green, black