mirror of
https://github.com/10h30/astroplate.git
synced 2026-07-19 06:33:33 +09:00
update tsconfig and packages
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
---
|
||||
import { Image } from "@astrojs/image/components";
|
||||
import { markdownify } from "@lib/utils/textConverter";
|
||||
import { markdownify } from "@/lib/utils/textConverter";
|
||||
const { call_to_action } = Astro.props;
|
||||
---
|
||||
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
---
|
||||
import Logo from "@components/Logo.astro";
|
||||
import Social from "@components/Social.astro";
|
||||
import config from "@config/config.json";
|
||||
import menu from "@config/menu.json";
|
||||
import social from "@config/social.json";
|
||||
import { markdownify } from "@lib/utils/textConverter";
|
||||
import Logo from "@/components/Logo.astro";
|
||||
import Social from "@/components/Social.astro";
|
||||
import config from "@/config/config.json";
|
||||
import menu from "@/config/menu.json";
|
||||
import social from "@/config/social.json";
|
||||
import { markdownify } from "@/lib/utils/textConverter";
|
||||
---
|
||||
|
||||
<footer class="bg-theme-light dark:bg-darkmode-theme-light">
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
---
|
||||
import Logo from "@components/Logo.astro";
|
||||
import ThemeSwitcher from "@components/ThemeSwitcher.astro";
|
||||
import config from "@config/config.json";
|
||||
import menu from "@config/menu.json";
|
||||
import Logo from "@/components/Logo.astro";
|
||||
import ThemeSwitcher from "@/components/ThemeSwitcher.astro";
|
||||
import config from "@/config/config.json";
|
||||
import menu from "@/config/menu.json";
|
||||
import { IoSearch } from "react-icons/io5/index.js";
|
||||
|
||||
export interface ChildNavigationLink {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
import Breadcrumbs from "@components/Breadcrumbs.astro";
|
||||
import { humanize } from "@lib/utils/textConverter";
|
||||
import Breadcrumbs from "@/components/Breadcrumbs.astro";
|
||||
import { humanize } from "@/lib/utils/textConverter";
|
||||
|
||||
const { title } = Astro.props;
|
||||
---
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
import { humanize } from "@lib/utils/textConverter";
|
||||
import { humanize } from "@/lib/utils/textConverter";
|
||||
|
||||
const { tags, categories, allCategories } = Astro.props;
|
||||
---
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
import { Image } from "@astrojs/image/components";
|
||||
import { markdownify } from "@lib/utils/textConverter";
|
||||
import { markdownify } from "@/lib/utils/textConverter";
|
||||
const { testimonial } = Astro.props;
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user