mirror of
https://github.com/fmhy/edit.git
synced 2026-02-07 03:31:07 +11:00
fix: tweak search
This commit is contained in:
parent
1ab86fa03a
commit
0ca6c65c0d
4 changed files with 168 additions and 120 deletions
|
|
@ -13,10 +13,10 @@ export const commitRef = process.env.COMMIT_REF
|
|||
process.env.COMMIT_REF
|
||||
}">${process.env.COMMIT_REF.slice(0, 8)}</a>`
|
||||
: process.env.CF_PAGES
|
||||
? `<a href="https://github.com/fmhy/FMHYEdit/commit/${
|
||||
process.env.CF_PAGES_COMMIT_SHA
|
||||
}">${process.env.CF_PAGES_COMMIT_SHA.slice(0, 8)}</a>`
|
||||
: "dev";
|
||||
? `<a href="https://github.com/fmhy/FMHYEdit/commit/${
|
||||
process.env.CF_PAGES_COMMIT_SHA
|
||||
}">${process.env.CF_PAGES_COMMIT_SHA.slice(0, 8)}</a>`
|
||||
: "dev";
|
||||
|
||||
export const socials: DefaultTheme.SocialLink[] = [
|
||||
{ icon: "github", link: "https://github.com/fmhy/FMHYEdit" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue