Use path aliasing and improve accesibility
This commit is contained in:
parent
b464c5e795
commit
dadbd32e1b
40 changed files with 138 additions and 115 deletions
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
import { getImage } from "astro:assets";
|
||||
import BaseLayout from "./BaseLayout.astro";
|
||||
import logoBM from "../assets/images/logo_bm.png";
|
||||
import { t } from "../i18n";
|
||||
import BaseLayout from "@layouts/BaseLayout.astro";
|
||||
import logoBM from "@assets/images/logo_bm.png";
|
||||
import { t } from "@i18n";
|
||||
import {
|
||||
IconBlog,
|
||||
IconBook,
|
||||
|
|
@ -14,7 +14,7 @@ import {
|
|||
IconSquareRSS,
|
||||
IconSun,
|
||||
IconTags,
|
||||
} from "../components/icons";
|
||||
} from "@components/icons";
|
||||
|
||||
type Props = {
|
||||
pageTitle: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue