From 0cbaa98d8add07ccddd3a69c4b72848d1f8bd1eb Mon Sep 17 00:00:00 2001 From: Heli-o Date: Sat, 6 Apr 2024 00:13:51 +0200 Subject: [PATCH] changed backblaze bucket url to assets.nexie.net --- content/Characters/Flow.md | 2 +- content/Characters/Helio.md | 2 +- content/Characters/Scarlet.md | 2 +- content/Characters/Ulysia.md | 4 ++-- content/Characters/index.md | 2 +- quartz/components/Head.tsx | 4 ++-- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/content/Characters/Flow.md b/content/Characters/Flow.md index 97d3413..0468e10 100644 --- a/content/Characters/Flow.md +++ b/content/Characters/Flow.md @@ -4,4 +4,4 @@ tags: character **Currently missing** Tho here is his image ^fde6d9 - \ No newline at end of file + \ No newline at end of file diff --git a/content/Characters/Helio.md b/content/Characters/Helio.md index 63f28be..6709a2e 100644 --- a/content/Characters/Helio.md +++ b/content/Characters/Helio.md @@ -4,6 +4,6 @@ tags: character Helio is a western dragon with plasma running inside of him ^63d074 ### Ref Sheet - + - Artist is [@starlyscies](https://www.deviantart.com/starlyscies) on DeviantArt \ No newline at end of file diff --git a/content/Characters/Scarlet.md b/content/Characters/Scarlet.md index 1c764f2..b846015 100644 --- a/content/Characters/Scarlet.md +++ b/content/Characters/Scarlet.md @@ -4,6 +4,6 @@ tags: character An adorable kobold bought as an adopt from [AzuralCobaltros](https://www.deviantart.com/azuralcobaltros) *(name might change)* ^7d6790 - + - Artist is [AzuralCbaltros](https://www.deviantart.com/azuralcobaltros) on DeviantArt \ No newline at end of file diff --git a/content/Characters/Ulysia.md b/content/Characters/Ulysia.md index a96c609..6db0f99 100644 --- a/content/Characters/Ulysia.md +++ b/content/Characters/Ulysia.md @@ -4,10 +4,10 @@ tags: character Ulysia is a female silkwing ^30ce5f ### Headshot - + - Artist is [Amoadragon](https://twitter.com/aomadragon) on Twitter ### Ref Sheet - + - Artist of the bases used is [K9Pestilence](https://sta.sh/2rpe0f28aat) \ No newline at end of file diff --git a/content/Characters/index.md b/content/Characters/index.md index 7eabc3d..ce06220 100644 --- a/content/Characters/index.md +++ b/content/Characters/index.md @@ -9,4 +9,4 @@ title: Characters of mine 4. Flow # Size Chart for the dragons - \ No newline at end of file + \ No newline at end of file diff --git a/quartz/components/Head.tsx b/quartz/components/Head.tsx index df3f49d..1948a9c 100644 --- a/quartz/components/Head.tsx +++ b/quartz/components/Head.tsx @@ -15,8 +15,8 @@ export default (() => { const path = url.pathname as FullSlug const baseDir = fileData.slug === "404" ? path : pathToRoot(fileData.slug!) - const iconPath = "https://f003.backblazeb2.com/file/nexie-net/favicon.webp" - const ogImagePath = "https://f003.backblazeb2.com/file/nexie-net/favicon.webp" + const iconPath = "https://assets.nexie.net/favicon.webp" + const ogImagePath = "https://assets.nexie.net/favicon.webp" return (