Remove mentions of deprecated paths & files

This commit is contained in:
rhld16 2024-12-01 16:08:01 +00:00 committed by nbats
parent 6a916a0592
commit 481fc20e42
10 changed files with 14 additions and 19 deletions

View file

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