changed backblaze bucket url to assets.nexie.net
This commit is contained in:
parent
4774aa9021
commit
0cbaa98d8a
|
@ -4,4 +4,4 @@ tags: character
|
|||
**Currently missing**
|
||||
Tho here is his image ^fde6d9
|
||||
|
||||
<img style="max-height:250px;" src="https://f003.backblazeb2.com/file/nexie-net/head_flow.webp">
|
||||
<img style="max-height:250px;" src="https://assets.nexie.net/head_flow.webp">
|
|
@ -4,6 +4,6 @@ tags: character
|
|||
Helio is a western dragon with plasma running inside of him ^63d074
|
||||
|
||||
### Ref Sheet
|
||||
<img style="max-height:250px;" src="https://f003.backblazeb2.com/file/nexie-net/ref_helio.webp">
|
||||
<img style="max-height:250px;" src="https://assets.nexie.net/ref_helio.webp">
|
||||
|
||||
- Artist is [@starlyscies](https://www.deviantart.com/starlyscies) on DeviantArt
|
|
@ -4,6 +4,6 @@ tags: character
|
|||
An adorable kobold bought as an adopt from [AzuralCobaltros](https://www.deviantart.com/azuralcobaltros)
|
||||
*(name might change)* ^7d6790
|
||||
|
||||
<img style="max-height:250px;" src="https://f003.backblazeb2.com/file/nexie-net/ref_scarlet.webp">
|
||||
<a href="https://assets.nexie.net/ref_scarlet.webp"><img style="max-height:250px;" src="https://assets.nexie.net/ref_scarlet.webp"></a>
|
||||
|
||||
- Artist is [AzuralCbaltros](https://www.deviantart.com/azuralcobaltros) on DeviantArt
|
|
@ -4,10 +4,10 @@ tags: character
|
|||
Ulysia is a female silkwing ^30ce5f
|
||||
|
||||
### Headshot
|
||||
<img style="max-height:250px;" src="https://f003.backblazeb2.com/file/nexie-net/head_ulysia.webp">
|
||||
<img style="max-height:250px;" src="https://assets.nexie.net/head_ulysia.webp">
|
||||
|
||||
- Artist is [Amoadragon](https://twitter.com/aomadragon) on Twitter
|
||||
### Ref Sheet
|
||||
<img style="max-height:250px;" src="https://f003.backblazeb2.com/file/nexie-net/ref_ulysia.webp">
|
||||
<img style="max-height:250px;" src="https://assets.nexie.net/ref_ulysia.webp">
|
||||
|
||||
- Artist of the bases used is [K9Pestilence](https://sta.sh/2rpe0f28aat)
|
|
@ -9,4 +9,4 @@ title: Characters of mine
|
|||
4. Flow
|
||||
|
||||
# Size Chart for the dragons
|
||||
<img style="max-height:100px;" src="https://f003.backblazeb2.com/file/nexie-net/sizeref.webp">
|
||||
<a href="https://assets.nexie.net/sizeref.webp"><img style="max-height:100px;" src="https://assets.nexie.net/sizeref.webp"></a>
|
|
@ -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 (
|
||||
<head>
|
||||
|
|
Loading…
Reference in a new issue