refactor: refactor relative imports to aliases

This commit is contained in:
satnaing
2023-01-28 00:52:18 +06:30
parent 8cc6947799
commit 0fe14f4217
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
---
import { LOGO_IMAGE, SITE } from "src/config";
import { LOGO_IMAGE, SITE } from "@config";
import Hr from "./Hr.astro";
import LinkButton from "./LinkButton.astro";