mirror of
https://github.com/xHyroM/website.git
synced 2024-11-10 01:38:05 +01:00
fix: resolve all issues, astro@2
finish astro@2 upgrade
This commit is contained in:
parent
7b12586dc0
commit
046e07e295
3 changed files with 3 additions and 2 deletions
|
@ -19,7 +19,7 @@ import minify from "./astro-integrations/minify";
|
|||
|
||||
// https://astro.build/config
|
||||
export default defineConfig({
|
||||
site: "https://xhyrom.me",
|
||||
site: "https://xhyrom.me/",
|
||||
//prepisat uwu
|
||||
integrations: [
|
||||
tailwind(),
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
import type { MarkdownInstance } from "astro";
|
||||
|
||||
import rightArrow from "/icons/chevrons-right.svg";
|
||||
import rightArrow from "../../../../public/icons/chevrons-right.svg";
|
||||
|
||||
const files = await Astro.glob("../../../pages/docs/items/**/*.md");
|
||||
|
||||
|
|
|
@ -21,6 +21,7 @@ const snow =
|
|||
<!-- Primary Meta Tags -->
|
||||
<title>xHyroM</title>
|
||||
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
|
||||
<link rel="canonical" href="https://xhyrom.me"/>
|
||||
<meta name="title" content="xHyroM" />
|
||||
<meta name="description" content="I'm Hyro :) o/" />
|
||||
|
||||
|
|
Loading…
Reference in a new issue