mirror of
https://github.com/kubesphere/website.git
synced 2025-12-26 00:12:48 +00:00
commit
42bcdfcc1c
|
|
@ -6,8 +6,8 @@ export default async (request, context) => {
|
|||
return new Response(`
|
||||
<html>
|
||||
<head>
|
||||
<meta name="go-import" content="${url.host}${url.pathname} git https://github.com/kubesphere${url.pathname}">
|
||||
<meta name="go-source" content="${url.host}${url.pathname} https://github.com/kubesphere${url.pathname} https://github.com/kubesphere${url.pathname}/tree/master/{/dir} https://github.com/kubesphere${url.pathname}/blob/master/{/dir}/{/file}#L{/line}">
|
||||
<meta name="go-import" content="https://kubesphere.io${url.pathname} git https://github.com/kubesphere${url.pathname}">
|
||||
<meta name="go-source" content="https://kubesphere.io${url.pathname} https://github.com/kubesphere${url.pathname} https://github.com/kubesphere${url.pathname}/tree/master/{/dir} https://github.com/kubesphere${url.pathname}/blob/master/{/dir}/{/file}#L{/line}">
|
||||
</head>
|
||||
</html>`)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue