mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
chore(site): rename website to site
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
---
|
||||
import { GITHUB_REPO_URL } from '@/consts';
|
||||
|
||||
type Props = {
|
||||
filePath: string;
|
||||
};
|
||||
|
||||
const { filePath } = Astro.props;
|
||||
const editUrl = `${GITHUB_REPO_URL}edit/main/${filePath}`;
|
||||
---
|
||||
|
||||
<div class="w-full max-w-3xl mx-auto">
|
||||
<a href={editUrl} target="_blank" rel="noopener noreferrer" class="underline intent:no-underline text-sm">
|
||||
Edit page
|
||||
</a>
|
||||
</div>
|
||||
Reference in New Issue
Block a user