deleteea
This commit is contained in:
parent
614e1ed42e
commit
3b5d6be118
2 changed files with 1 additions and 6 deletions
|
@ -1,11 +1,6 @@
|
||||||
---
|
---
|
||||||
import { SITE_TITLE, SITE_DESCRIPTION } from "../consts";
|
import { SITE_TITLE, SITE_DESCRIPTION } from "../consts";
|
||||||
|
|
||||||
interface Props {
|
|
||||||
title: string;
|
|
||||||
description: string;
|
|
||||||
}
|
|
||||||
|
|
||||||
const canonicalURL = new URL(Astro.url.pathname, Astro.site);
|
const canonicalURL = new URL(Astro.url.pathname, Astro.site);
|
||||||
const page = Astro.url.pathname;
|
const page = Astro.url.pathname;
|
||||||
---
|
---
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
import Layout from "../layouts/Layout-nochrome.astro";
|
import Layout from "../layouts/Layout-nochrome.astro";
|
||||||
---
|
---
|
||||||
|
|
||||||
<Layout title="LimePot">
|
<Layout title="chrome bad">
|
||||||
<main>
|
<main>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<h1 class="title" style="text-align: center;">
|
<h1 class="title" style="text-align: center;">
|
||||||
|
|
Loading…
Reference in a new issue