mirror of
https://github.com/JuLi0n21/homepage.git
synced 2026-06-05 09:56:28 +00:00
patch(): Patched type aliases
Changed inferred path i.e., "./", "../", "../../". into @ import path.
This commit is contained in:
@@ -1,12 +1,7 @@
|
||||
---
|
||||
import { Image } from 'astro:assets';
|
||||
import type { CollectionEntry } from 'astro:content';
|
||||
import BaseHead from '../components/BaseHead.astro';
|
||||
import Footer from '../components/Footer.astro';
|
||||
import FormattedDate from '../components/FormattedDate.astro';
|
||||
import Header from '../components/Header.astro';
|
||||
import GithubIcon from '../assets/github.svg'
|
||||
type Props = CollectionEntry<'blog'>['data'];
|
||||
import BaseHead from '@components/BaseHead.astro';
|
||||
import Header from '@components/Header.astro';
|
||||
import GithubIcon from '@assets/github.svg'
|
||||
|
||||
const { title, description, pubDate, updatedDate, gitLink } = Astro.props;
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user