diff --git a/website/.env.example b/website/.env.example index 5e5f0d65a..089a2d5e3 100644 --- a/website/.env.example +++ b/website/.env.example @@ -1 +1,2 @@ -VITE_LISTEN_ALL_ADDRESSES=true # 開発用にViteが全てのアドレスでlistenするかどうか +# Whether Vite should listen on all addresses for development. +VITE_LISTEN_ALL_ADDRESSES=true diff --git a/website/src/components/ui/HtmlContent.tsx b/website/src/components/ui/HtmlContent.tsx index d4544a7df..03434dbb2 100644 --- a/website/src/components/ui/HtmlContent.tsx +++ b/website/src/components/ui/HtmlContent.tsx @@ -23,7 +23,7 @@ export const HtmlContent: FC = ({ html }) => { "[&_pre_code]:block", "[&_pre_code]:w-full", ])} - // biome-ignore lint/security/noDangerouslySetInnerHtml: typst-docsで生成されたHTMLを表示する + // biome-ignore lint/security/noDangerouslySetInnerHtml: Displaying HTML generated by typst-docs. dangerouslySetInnerHTML={{ __html: html }} /> ); diff --git a/website/src/components/ui/common/SearchWindow.tsx b/website/src/components/ui/common/SearchWindow.tsx index 06723eaa0..d3186c047 100644 --- a/website/src/components/ui/common/SearchWindow.tsx +++ b/website/src/components/ui/common/SearchWindow.tsx @@ -39,7 +39,7 @@ export const SearchWindow: FC = () => { {!import.meta.env.DEV && (