fix post generate

This commit is contained in:
2026-01-15 19:46:01 +09:00
parent 162072d980
commit e8b74b59c6
12 changed files with 1600 additions and 118 deletions

View File

@@ -23,7 +23,7 @@ export async function renderServices(handle: string): Promise<string> {
}
const items = Array.from(serviceMap.entries()).map(([domain, info]) => {
const url = `?mode=browser&handle=${handle}&service=${encodeURIComponent(domain)}`
const url = `/at/${handle}/${domain}`
return `
<a href="${url}" class="service-item" title="${info.collections.join(', ')}">