File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11import type { Child } from 'hono/jsx'
2+ import { raw } from 'hono/html'
23import { Header } from '../components/header'
34import { Footer } from '../components/footer'
45import { url } from '../../build/config'
@@ -25,7 +26,7 @@ export function Layout({
2526 < link rel = "icon" href = { url ( '/assets/favicon-192x192.png' , config . basePath ) } sizes = "192x192" type = "image/png" />
2627 < link rel = "apple-touch-icon" href = { url ( '/assets/apple-touch-icon.png' , config . basePath ) } />
2728 < meta name = "msapplication-TileImage" content = { url ( '/assets/mstile-270x270.png' , config . basePath ) } />
28- < script > { `document.documentElement.classList.add('js')` } </ script >
29+ < script > { raw ( `document.documentElement.classList.add('js')` ) } </ script >
2930 < script type = "module" src = { url ( '/enhancements/register.js' , config . basePath ) } defer > </ script >
3031 </ head >
3132 < body >
You can’t perform that action at this time.
0 commit comments