mirror of
https://github.com/JuLi0n21/homepage.git
synced 2026-04-19 23:30:06 +00:00
patch(): Patched type aliases
Changed inferred path i.e., "./", "../", "../../". into @ import path.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
---
|
||||
import { SITE_TITLE } from '../consts';
|
||||
import HeaderLink from './HeaderLink.astro';
|
||||
import { SITE_TITLE } from '@ptypes/consts.ts';
|
||||
import HeaderLink from '@components/HeaderLink.astro';
|
||||
import { getCollection } from 'astro:content';
|
||||
|
||||
const personalPosts = (await getCollection('personal')).sort(
|
||||
|
||||
Reference in New Issue
Block a user