refactor: refactor relative import to alias

This commit is contained in:
satnaing
2023-01-28 00:47:59 +06:30
parent c19f3a0e5a
commit a2f572eadf
+1 -1
View File
@@ -1,4 +1,4 @@
import { SITE } from "src/config";
import { SITE } from "@config";
const getPageNumbers = (numberOfPosts: number) => {
const numberOfPages = numberOfPosts / Number(SITE.postPerPage);