Fixed embed
All checks were successful
/ checking (push) Successful in 14s
/ build-site (push) Successful in 2m3s
/ publish (push) Successful in 8s
/ unlighthouse (push) Successful in 33s
/ deploy-unlighthouse-files (push) Successful in 9s
/ deploy-unlighthouse-site (push) Successful in 7s

This commit is contained in:
Firq 2023-12-26 01:24:44 +01:00
parent 58a49fe3fa
commit 79fd73c368
Signed by: Firq
GPG key ID: 4DE1059A4666E89F
2 changed files with 3 additions and 2 deletions

View file

@ -1,7 +1,7 @@
{
"name": "@firq/fgosite",
"type": "module",
"version": "0.1.11",
"version": "0.1.12",
"private": true,
"scripts": {
"dev": "astro dev",

View file

@ -2,6 +2,7 @@
import Navbar from '../components/navbar.astro'
import NavbarEntry from '../components/navbarEntry.astro'
import navdata from '../../static/data/_navdata.json'
import embed from '../assets/embed.png'
export interface Props {
title: string
@ -36,7 +37,7 @@ if (currentpage !== 'home') {
<meta property="og:title" content={title} />
<meta property="og:url" content={currPage} />
<meta property="og:description" content={description} />
<meta property="og:image" content="/assets/embed.png" />
<meta property="og:image" content={embed.src} />
<meta property="og:type" content="website" />
<meta property="og:locale" content="en_US" />
<meta name="theme-color" content="#b86cff" />