mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 19:41:02 +08:00
refactor: update imports paths
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
import type { SocialIcons } from "@types";
|
import type { SocialIcons } from "../types";
|
||||||
|
|
||||||
const socialIcons: SocialIcons = {
|
const socialIcons: SocialIcons = {
|
||||||
Github: `<svg
|
Github: `<svg
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
import { SITE } from "@config";
|
import { SITE } from "@config";
|
||||||
import "../styles/base.css";
|
import "@styles/base.css";
|
||||||
|
|
||||||
const googleSiteVerification = import.meta.env.PUBLIC_GOOGLE_SITE_VERIFICATION;
|
const googleSiteVerification = import.meta.env.PUBLIC_GOOGLE_SITE_VERIFICATION;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user