mirror of
https://github.com/fmhy/edit.git
synced 2026-02-06 03:01:08 +11:00
Fix description
This commit is contained in:
parent
8df07d6e1b
commit
2b36b47d67
3 changed files with 119 additions and 121 deletions
|
|
@ -9,8 +9,7 @@ import { generateImages, generateMeta } from "./hooks";
|
||||||
import { toggleStarredPlugin } from "./markdown/toggleStarred";
|
import { toggleStarredPlugin } from "./markdown/toggleStarred";
|
||||||
import { base64DecodePlugin } from "./markdown/base64";
|
import { base64DecodePlugin } from "./markdown/base64";
|
||||||
|
|
||||||
export default withPwa(
|
export default defineConfig({
|
||||||
defineConfig({
|
|
||||||
title: "FMHY",
|
title: "FMHY",
|
||||||
description: meta.description,
|
description: meta.description,
|
||||||
titleTemplate: ":title • freemediaheckyeah",
|
titleTemplate: ":title • freemediaheckyeah",
|
||||||
|
|
@ -131,5 +130,4 @@ export default withPwa(
|
||||||
],
|
],
|
||||||
...pwa,
|
...pwa,
|
||||||
},
|
},
|
||||||
}),
|
});
|
||||||
);
|
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
export const meta = {
|
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!",
|
||||||
hostname: process.env.COMMIT_REF ? "https://fmhy.netlify.app" : "https://fmhy.pages.dev",
|
hostname: process.env.COMMIT_REF ? "https://fmhy.netlify.app" : "https://fmhy.pages.dev",
|
||||||
keywords: ["stream", "movies", "gaming", "reading", "anime"],
|
keywords: ["stream", "movies", "gaming", "reading", "anime"],
|
||||||
};
|
};
|
||||||
|
|
|
||||||
4
index.md
4
index.md
|
|
@ -1,12 +1,12 @@
|
||||||
---
|
---
|
||||||
title: "Welcome"
|
title: "Welcome"
|
||||||
layout: home
|
layout: home
|
||||||
description: The Largest Collection Of Free Stuff On The Internet!
|
description: The largest collection of free stuff on the internet!
|
||||||
|
|
||||||
hero:
|
hero:
|
||||||
name: "FMHY"
|
name: "FMHY"
|
||||||
text: "freemediaheckyeah"
|
text: "freemediaheckyeah"
|
||||||
tagline: The Largest Collection Of Free Stuff On The Internet!
|
tagline: The largest collection of free stuff on the internet!
|
||||||
prelink:
|
prelink:
|
||||||
title: 🎉 New website!
|
title: 🎉 New website!
|
||||||
link: https://www.reddit.com/r/FREEMEDIAHECKYEAH/comments/17toqpa/new_fmhy_website
|
link: https://www.reddit.com/r/FREEMEDIAHECKYEAH/comments/17toqpa/new_fmhy_website
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue