<svelte:head>
<svelte:head>...</svelte:head>
此元素可將元素插入 document.head
。在伺服器端渲染期間,head
內容會與主要的 body
內容分開顯示。
與 <svelte:window>
、<svelte:document>
和 <svelte:body>
一樣,此元素只能出現在元件的頂層,且絕對不能在區塊或元素內。
<svelte:head>
<title>Hello world!</title>
<meta name="description" content="This is where the description goes for SEO" />
</svelte:head>
上一頁 下一頁