Use path aliasing
This commit is contained in:
parent
b9155828af
commit
f23b3774d4
15 changed files with 715 additions and 445 deletions
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
import BaseLayout from "../layouts/BaseLayout.astro";
|
||||
import { IconArrowUpRightFromSquare, IconBriefcase } from "../components/icons";
|
||||
import BaseLayout from "@layouts/BaseLayout.astro";
|
||||
import { IconArrowUpRightFromSquare, IconBriefcase } from "@components/icons";
|
||||
import {
|
||||
IconEkasPortal,
|
||||
IconFurAffinity,
|
||||
|
|
@ -8,10 +8,10 @@ import {
|
|||
IconSoFurry,
|
||||
IconSubscribeStar,
|
||||
IconWeasyl,
|
||||
} from "../components/icons/brands";
|
||||
} from "@components/icons/brands";
|
||||
|
||||
import { TOS_COMMISSION_STATUS } from "../data/tos";
|
||||
import { SUBSCRIBESTAR_ENABLED } from "../data/subscribestar";
|
||||
import { TOS_COMMISSION_STATUS } from "@data/tos";
|
||||
import { SUBSCRIBESTAR_ENABLED } from "@data/subscribestar";
|
||||
---
|
||||
|
||||
<BaseLayout pageTitle="My work">
|
||||
|
|
@ -57,8 +57,8 @@ import { SUBSCRIBESTAR_ENABLED } from "../data/subscribestar";
|
|||
and I'm very proud of it! Check it out if you have an hour to spare and the subject matters interest you.
|
||||
</p>
|
||||
<p class="mb-4 mt-4 text-justify indent-6 sm:mt-6 sm:px-5 sm:indent-12">
|
||||
You can find my gallery and its mirrors below, which include all of my content. Aside from the first link, these
|
||||
also include some of the art that I got from others (commissions, gifts, etc.).
|
||||
You can find my galleries through any of the links below. Aside from the first link, these also include some of
|
||||
the art that I got from others (commissions, gifts, etc.).
|
||||
</p>
|
||||
<ul class="h-card flex flex-col items-center">
|
||||
<li class="mb-2 w-max sm:mb-1">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue