GitHub pages flow fix, image errors and field duplication and field unfocus in mod submission fix #83
@ -12,11 +12,7 @@ import { NDKContextProvider } from 'contexts/NDKContext.tsx'
|
||||
ReactDOM.createRoot(document.getElementById('root')!).render(
|
||||
<React.StrictMode>
|
||||
<Provider store={store}>
|
||||
<HashRouter
|
||||
{...(import.meta.env.BASE_URL
|
||||
? { basename: import.meta.env.BASE_URL }
|
||||
: {})}
|
||||
>
|
||||
<HashRouter>
|
||||
<NDKContextProvider>
|
||||
<App />
|
||||
</NDKContextProvider>
|
||||
|
Loading…
Reference in New Issue
Block a user