deploy app test
All checks were successful
Build and Deploy docker container / build (push) Successful in 34s

This commit is contained in:
2024-10-20 09:48:43 -05:00
parent a27431ef21
commit 97c99e4ed8
2 changed files with 19 additions and 19 deletions

View File

@ -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