mirror of
https://github.com/fmhy/edit.git
synced 2025-07-30 07:42:18 +10:00
Remove mentions of deprecated paths & files
This commit is contained in:
parent
6a916a0592
commit
481fc20e42
10 changed files with 14 additions and 19 deletions
|
@ -28,7 +28,7 @@ export const meta = {
|
|||
|
||||
export const commitRef =
|
||||
process.env.CF_PAGES && process.env.CF_PAGES_COMMIT_SHA
|
||||
? `<a href="https://github.com/fmhy/FMHYEdit/commit/${process.env.CF_PAGES_COMMIT_SHA
|
||||
? `<a href="https://github.com/fmhy/edit/commit/${process.env.CF_PAGES_COMMIT_SHA
|
||||
}">${process.env.CF_PAGES_COMMIT_SHA.slice(0, 8)}</a>`
|
||||
: 'dev'
|
||||
|
||||
|
@ -110,7 +110,7 @@ export const search: DefaultTheme.Config['search'] = {
|
|||
}
|
||||
|
||||
export const socialLinks: DefaultTheme.SocialLink[] = [
|
||||
{ icon: 'github', link: 'https://github.com/fmhy/FMHYEdit' },
|
||||
{ icon: 'github', link: 'https://github.com/fmhy/edit' },
|
||||
{ icon: 'discord', link: 'https://rentry.co/fmhy-invite' },
|
||||
{
|
||||
ariaLabel: 'Reddit',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue