README
Usage
import customHomepage from '@basalt/bedrock-plugin-custom-homepage/register';
import MyCustomReactHomepage from './homepage';
customHomepage(MyCustomReactHomepage);
A Bedrock plugin for setting a custom home page
<script type="module">
import basaltBedrockPluginCustomHomepage from 'https://cdn.skypack.dev/@basalt/bedrock-plugin-custom-homepage';
</script>
import customHomepage from '@basalt/bedrock-plugin-custom-homepage/register';
import MyCustomReactHomepage from './homepage';
customHomepage(MyCustomReactHomepage);