set hostname to netlify for now
This commit is contained in:
parent
c4740cdcdf
commit
69e6a937e9
@ -2,17 +2,15 @@ export const meta = {
|
|||||||
name: "FreeMediaHeckYeah",
|
name: "FreeMediaHeckYeah",
|
||||||
description:
|
description:
|
||||||
"The Largest Collection Of Free Stuff On The Internet!The Largest Collection Of Free Stuff On The Internet!",
|
"The Largest Collection Of Free Stuff On The Internet!The Largest Collection Of Free Stuff On The Internet!",
|
||||||
hostname: "https://fmhy.pages.dev",
|
hostname: "https://fmhy.netlify.app",
|
||||||
keywords: ["stream", "movies", "gaming", "reading", "anime"],
|
keywords: ["stream", "movies", "gaming", "reading", "anime"],
|
||||||
};
|
};
|
||||||
|
|
||||||
// Netlify to Cloudflare otherwise dev
|
// Netlify to Cloudflare otherwise dev
|
||||||
export const commitRef = process.env.COMMIT_REF
|
export const commitRef = process.env.COMMIT_REF
|
||||||
? `<a href="https://github.com/fmhy/FMHYEdit/commit/${
|
? `<a href="https://github.com/fmhy/FMHYEdit/commit/${process.env.COMMIT_REF
|
||||||
process.env.COMMIT_REF
|
}">${process.env.COMMIT_REF.slice(0, 8)}</a>`
|
||||||
}">${process.env.COMMIT_REF.slice(0, 8)}</a>`
|
|
||||||
: process.env.CF_PAGES_COMMIT_SHA
|
: process.env.CF_PAGES_COMMIT_SHA
|
||||||
? `<a href="https://github.com/fmhy/FMHYEdit/commit/${
|
? `<a href="https://github.com/fmhy/FMHYEdit/commit/${process.env.CF_PAGES_COMMIT_SHA
|
||||||
process.env.CF_PAGES_COMMIT_SHA
|
|
||||||
}">${process.env.CF_PAGES_COMMIT_SHA.slice(0, 8)}</a>`
|
}">${process.env.CF_PAGES_COMMIT_SHA.slice(0, 8)}</a>`
|
||||||
: "dev";
|
: "dev";
|
||||||
|
Loading…
Reference in New Issue
Block a user