Merge branch 'main' of https://github.com/widgeter/astrowind
This commit is contained in:
@ -39,7 +39,10 @@ import { UI_CONFIG } from '~/utils/config';
|
||||
document.querySelector("[data-aw-toggle-menu]")?.classList.remove("expanded");
|
||||
document.body.classList.remove("overflow-hidden");
|
||||
document.getElementById("header")?.classList.remove("h-screen");
|
||||
document.getElementById("header")?.classList.remove("expanded");
|
||||
document.getElementById("header")?.classList.remove("bg-page");
|
||||
document.querySelector("#header nav")?.classList.add("hidden");
|
||||
document.querySelector("#header > div > div:last-child")?.classList.add("hidden");
|
||||
});
|
||||
|
||||
attachEvent('[data-aw-toggle-menu]', 'click', function () {
|
||||
|
@ -34,7 +34,7 @@ const seoProps: AstroSeoProps = merge(
|
||||
description: undefined,
|
||||
openGraph: {
|
||||
url: canonical,
|
||||
siteName: SITE_CONFIG?.name,
|
||||
site_name: SITE_CONFIG?.name,
|
||||
images: [],
|
||||
locale: I18N_CONFIG?.language || 'en',
|
||||
type: 'website',
|
||||
|
@ -16,9 +16,9 @@ metadata:
|
||||
index: true
|
||||
follow: true
|
||||
openGraph:
|
||||
siteName: AstroWind
|
||||
site_name: AstroWind
|
||||
images:
|
||||
- url: '~/assets/images/default.jpg'
|
||||
- url: '~/assets/images/default.png'
|
||||
width: 1200
|
||||
height: 628
|
||||
type: website
|
||||
|
@ -14,7 +14,7 @@ import CallToAction from '~/components/widgets/CallToAction.astro';
|
||||
|
||||
const metadata = {
|
||||
title: 'AstroWind — Free template for creating websites with Astro + Tailwind CSS',
|
||||
dontUseTitleTemplate: true,
|
||||
ignoreTitleTemplate: true,
|
||||
};
|
||||
---
|
||||
|
||||
|
Reference in New Issue
Block a user