mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 11:29:33 +08:00
refactor: replace astro.config site value with SITE.website
This commit is contained in:
+2
-1
@@ -4,10 +4,11 @@ import react from "@astrojs/react";
|
||||
import remarkToc from "remark-toc";
|
||||
import remarkCollapse from "remark-collapse";
|
||||
import sitemap from "@astrojs/sitemap";
|
||||
import { SITE } from "./src/config";
|
||||
|
||||
// https://astro.build/config
|
||||
export default defineConfig({
|
||||
site: "https://astro-paper.pages.dev/",
|
||||
site: SITE.website,
|
||||
integrations: [
|
||||
tailwind({
|
||||
config: {
|
||||
|
||||
Reference in New Issue
Block a user