@basalt/bedrock-plugin-custom-homepage

A Bedrock plugin for setting a custom home page

Usage no npm install needed!

<script type="module">
  import basaltBedrockPluginCustomHomepage from 'https://cdn.skypack.dev/@basalt/bedrock-plugin-custom-homepage';
</script>

README

Usage

import customHomepage from '@basalt/bedrock-plugin-custom-homepage/register';
import MyCustomReactHomepage from './homepage';

customHomepage(MyCustomReactHomepage);