File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 11import type { FC } from "hono/jsx" ;
2- import { CloseIcon } from "../../icons" ;
32import { basePath } from "../../../metadata" ;
3+ import { CloseIcon } from "../../icons" ;
44
55export const SearchWindow : FC = ( ) => {
66 return (
77 < div class = "flex flex-col max-h-[80vh]" >
8- < link href = { `${ basePath . replace ( / \/ $ / , "" ) } /pagefind/pagefind-ui.css` } rel = "stylesheet" />
8+ < link
9+ href = { `${ basePath . replace ( / \/ $ / , "" ) } /pagefind/pagefind-ui.css` }
10+ rel = "stylesheet"
11+ />
912 < script src = { `${ basePath . replace ( / \/ $ / , "" ) } /pagefind/pagefind-ui.js` } />
1013 < div class = "flex justify-between items-center p-4 border-b border-gray-200 flex-shrink-0" >
1114 < h2 class = "text-lg font-semibold" > 検索</ h2 >
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ const ssgPlugins =
2626 rules : [ { userAgent : "*" , allow : [ "/" ] } ] ,
2727 sitemapUrl : "https://typst-jp.github.io/sitemap.xml" ,
2828 } ) ,
29- ]
29+ ]
3030 : [ ] ;
3131
3232export default defineConfig ( {
You can’t perform that action at this time.
0 commit comments