mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 11:29:33 +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 = {
|
||||
Github: `<svg
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
import { SITE } from "@config";
|
||||
import "../styles/base.css";
|
||||
import "@styles/base.css";
|
||||
|
||||
const googleSiteVerification = import.meta.env.PUBLIC_GOOGLE_SITE_VERIFICATION;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user