Xeonzilla
Xeonzilla
可以正常使用,感谢
From my perspective, series and category don't differ functionally. What we actually need is a component to showcase articles that belong to the same category.
一个站点多平台部署怎么处理链接我不知道,但是你这个默认域名大概率是astro.config.mjs没改
``` diff --git a/src/utils/url-utils.ts b/src/utils/url-utils.ts index c055f33..36aabfa 100644 --- a/src/utils/url-utils.ts +++ b/src/utils/url-utils.ts @@ -34,7 +34,7 @@ export function getCategoryUrl(category: string | null): string { export function getDir(path: string): string {...
> > [@charliez0](https://github.com/charliez0) > > This is because there is a lot of client JS and wasm loading such as Pagefind is inserted. If improvements can be made, I would...