fix config vite
Some checks failed
Deploy ailog / build-and-deploy (push) Failing after 11m33s

This commit is contained in:
2025-06-11 15:16:06 +09:00
parent bebd6a61eb
commit b2fa06d5fa
2 changed files with 45 additions and 1 deletions

View File

@ -10,7 +10,7 @@ import { OAuthEndpointHandler } from './utils/oauth-endpoints'
// DISABLED: This may interfere with BrowserOAuthClient
// OAuthEndpointHandler.init()
ReactDOM.createRoot(document.getElementById('root')!).render(
ReactDOM.createRoot(document.getElementById('comment-atproto')!).render(
<React.StrictMode>
<BrowserRouter>
<Routes>