Fix description
This commit is contained in:
parent
8df07d6e1b
commit
2b36b47d67
@ -9,8 +9,7 @@ import { generateImages, generateMeta } from "./hooks";
|
||||
import { toggleStarredPlugin } from "./markdown/toggleStarred";
|
||||
import { base64DecodePlugin } from "./markdown/base64";
|
||||
|
||||
export default withPwa(
|
||||
defineConfig({
|
||||
export default defineConfig({
|
||||
title: "FMHY",
|
||||
description: meta.description,
|
||||
titleTemplate: ":title • freemediaheckyeah",
|
||||
@ -131,5 +130,4 @@ export default withPwa(
|
||||
],
|
||||
...pwa,
|
||||
},
|
||||
}),
|
||||
);
|
||||
});
|
||||
|
@ -1,7 +1,7 @@
|
||||
export const meta = {
|
||||
name: "FreeMediaHeckYeah",
|
||||
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",
|
||||
keywords: ["stream", "movies", "gaming", "reading", "anime"],
|
||||
};
|
||||
|
4
index.md
4
index.md
@ -1,12 +1,12 @@
|
||||
---
|
||||
title: "Welcome"
|
||||
layout: home
|
||||
description: The Largest Collection Of Free Stuff On The Internet!
|
||||
description: The largest collection of free stuff on the internet!
|
||||
|
||||
hero:
|
||||
name: "FMHY"
|
||||
text: "freemediaheckyeah"
|
||||
tagline: The Largest Collection Of Free Stuff On The Internet!
|
||||
tagline: The largest collection of free stuff on the internet!
|
||||
prelink:
|
||||
title: 🎉 New website!
|
||||
link: https://www.reddit.com/r/FREEMEDIAHECKYEAH/comments/17toqpa/new_fmhy_website
|
||||
|
Loading…
Reference in New Issue
Block a user