feat: replace eslint and prettier with biome
This commit is contained in:
@@ -45,9 +45,10 @@ export default function App() {
|
||||
/>
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: `window.plausible = window.plausible || function(){(window.plausible.q = window.plausible.q || []).push(arguments)}`,
|
||||
__html:
|
||||
"window.plausible = window.plausible || function(){(window.plausible.q = window.plausible.q || []).push(arguments)}",
|
||||
}}
|
||||
></script>
|
||||
/>
|
||||
</head>
|
||||
<Body>
|
||||
<Outlet />
|
||||
|
Reference in New Issue
Block a user