gpt4 book ai didi

SvelteKit 加载每个页面请求的图标

转载 作者:行者123 更新时间:2023-12-05 03:30:52 26 4
gpt4 key购买 nike

有人对 SvelteKit 有同样的问题吗?为什么它会在每次页面请求时加载图标? see attachment

最佳答案

我的网站图标没有这个问题。我通过 <svelte:head> 在最顶部的 __layout.svelte 中设置图标像这样:

<svelte:head>
<link rel="icon" type="image/svg" href={icon-path} />
</svelte:head>

关于SvelteKit 加载每个页面请求的图标,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/70739621/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com