fix post generate
This commit is contained in:
@@ -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(', ')}">
|
||||
|
||||
Reference in New Issue
Block a user