deploy app test
All checks were successful
Build and Deploy docker container / build (push) Successful in 34s
All checks were successful
Build and Deploy docker container / build (push) Successful in 34s
This commit is contained in:
@ -10,7 +10,7 @@ import Tag from '@/components/Tag'
|
||||
import siteMetadata from '@/data/siteMetadata'
|
||||
import ScrollTopAndComment from '@/components/ScrollTopAndComment'
|
||||
|
||||
const editUrl = (path) => `${siteMetadata.siteRepo}/blob/main/data/${path}`
|
||||
const editUrl = (path) => `${siteMetadata.siteRepo}/src/branch/main/data/${path}`
|
||||
const discussUrl = (path) =>
|
||||
`https://mobile.twitter.com/search?q=${encodeURIComponent(`${siteMetadata.siteUrl}/${path}`)}`
|
||||
|
||||
@ -100,7 +100,7 @@ export default function PostLayout({ content, authorDetails, next, prev, childre
|
||||
Discuss on Twitter
|
||||
</Link>
|
||||
{` • `}
|
||||
<Link href={editUrl(filePath)}>View on GitHub</Link>
|
||||
<Link href={editUrl(filePath)}>View on gitea</Link>
|
||||
</div>
|
||||
{siteMetadata.comments && (
|
||||
<div
|
||||
|
Reference in New Issue
Block a user