微调✅
This commit is contained in:
parent
44a9090165
commit
efeaf6eb3d
@ -10,10 +10,11 @@ import rehypeKatex from "rehype-katex";
|
|||||||
import remarkDirective from "remark-directive";
|
import remarkDirective from "remark-directive";
|
||||||
import { remarkNote, addClassNames } from './src/plugins/markdown.custom'
|
import { remarkNote, addClassNames } from './src/plugins/markdown.custom'
|
||||||
// Markdown 配置================
|
// Markdown 配置================
|
||||||
|
import SITE_INFO from './src/config';
|
||||||
import swup from '@swup/astro';
|
import swup from '@swup/astro';
|
||||||
// https://astro.build/config
|
// https://astro.build/config
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
site: 'https://www.vvhan.com',
|
site: SITE_INFO.Site,
|
||||||
build: { assets: 'vh_static' },
|
build: { assets: 'vh_static' },
|
||||||
integrations: [
|
integrations: [
|
||||||
swup({
|
swup({
|
||||||
|
|||||||
@ -1,5 +1,6 @@
|
|||||||
export default {
|
export default {
|
||||||
Title: '韩小韩博客',
|
Title: '韩小韩博客',
|
||||||
|
// 访问的域名
|
||||||
Site: 'https://www.vvhan.com',
|
Site: 'https://www.vvhan.com',
|
||||||
Subtitle: '不曾与你分享的时间,我在进步.',
|
Subtitle: '不曾与你分享的时间,我在进步.',
|
||||||
Description: '韩小韩博客 专注于前开发与相关技术的实战分享,涵盖Vue框架、Node.js、Serverless等,并涉及Node、Python、Linux、Docker等领域。同时,博客也分享作者的生活、音乐和旅行的热爱。',
|
Description: '韩小韩博客 专注于前开发与相关技术的实战分享,涵盖Vue框架、Node.js、Serverless等,并涉及Node、Python、Linux、Docker等领域。同时,博客也分享作者的生活、音乐和旅行的热爱。',
|
||||||
@ -39,7 +40,7 @@ export default {
|
|||||||
// 博客音乐组件解析接口
|
// 博客音乐组件解析接口
|
||||||
vhMusicApi: 'https://meting-dd.2333332.xyz/api',
|
vhMusicApi: 'https://meting-dd.2333332.xyz/api',
|
||||||
// 评论组件 Twikoo
|
// 评论组件 Twikoo
|
||||||
Twikoo: { envId: 'https://twikoo.vvhan.com/.netlify/functions/twikoo' },
|
Twikoo: { envId: '' },
|
||||||
// Han Analytics 统计(https://github.com/uxiaohan/HanAnalytics)
|
// Han Analytics 统计(https://github.com/uxiaohan/HanAnalytics)
|
||||||
HanAnalytics: { enable: true, server: 'https://analytics.vvhan.com', siteId: 'Hello-HanHexoBlog' },
|
HanAnalytics: { enable: true, server: 'https://analytics.vvhan.com', siteId: 'Hello-HanHexoBlog' },
|
||||||
// Google 广告
|
// Google 广告
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user