mirror of
https://github.com/learnhouse/docs.git
synced 2026-02-18 00:07:39 +01:00
feat: improve seo and add thumbnail
This commit is contained in:
BIN
public/img/og.png
Normal file
BIN
public/img/og.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 673 KiB |
@@ -27,6 +27,29 @@ export default {
|
||||
useNextSeoProps() {
|
||||
return {
|
||||
titleTemplate: "%s – LearnHouse Docs",
|
||||
canonical: "https://docs.learnhouse.app",
|
||||
description: "The next-gen open source learning software",
|
||||
openGraph: {
|
||||
type: "website",
|
||||
locale: "en_US",
|
||||
url: "https://docs.learnhouse.app",
|
||||
site_name: "LearnHouse Docs",
|
||||
images: [
|
||||
{
|
||||
url: "https://docs.learnhouse.app/og.png",
|
||||
alt: "LearnHouse Docs",
|
||||
|
||||
},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
handle: "@getlearnhouse",
|
||||
site: "@getlearnhouse",
|
||||
cardType: "summary_large_image",
|
||||
|
||||
},
|
||||
|
||||
|
||||
};
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user