mirror of
https://github.com/10h30/astroplate.git
synced 2026-07-17 05:33:28 +09:00
update tsconfig and packages
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
---
|
||||
import { Image } from "@astrojs/image/components";
|
||||
import { plainify } from "@lib/utils/textConverter";
|
||||
import { plainify } from "@/lib/utils/textConverter";
|
||||
import Social from "./Social.astro";
|
||||
|
||||
const { data } = Astro.props;
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
import { Image } from "@astrojs/image/components";
|
||||
import config from "@config/config.json";
|
||||
import { humanize, plainify, slugify } from "@lib/utils/textConverter";
|
||||
import config from "@/config/config.json";
|
||||
import { humanize, plainify, slugify } from "@/lib/utils/textConverter";
|
||||
import { FaRegFolder, FaRegUserCircle } from "react-icons/fa/index.js";
|
||||
|
||||
const { summary_length, blog_folder } = config.settings;
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
import { humanize } from "@lib/utils/textConverter";
|
||||
import { humanize } from "@/lib/utils/textConverter";
|
||||
|
||||
const { className } = Astro.props;
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
import { Image } from "@astrojs/image/components";
|
||||
import config from "@config/config.json";
|
||||
import config from "@/config/config.json";
|
||||
|
||||
const { src, srcDarkmode } = Astro.props;
|
||||
const {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
import config from "@config/config.json";
|
||||
import config from "@/config/config.json";
|
||||
import {
|
||||
IoLogoFacebook,
|
||||
IoLogoLinkedin,
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
import config from "@config/config.json";
|
||||
import config from "@/config/config.json";
|
||||
|
||||
const { theme_switcher, default_theme } = config.settings;
|
||||
const {className} = Astro.props;
|
||||
|
||||
Reference in New Issue
Block a user