update tsconfig and packages

This commit is contained in:
somrat sorkar
2023-05-09 13:11:19 +06:00
parent a731b52259
commit d5adbb8875
38 changed files with 162 additions and 154 deletions
+2 -2
View File
@@ -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;