Skip to content

Commit 838fcc2

Browse files
committed
更换BASEURL变量
1 parent 1dd8ed7 commit 838fcc2

File tree

17 files changed

+261
-189
lines changed

17 files changed

+261
-189
lines changed

astro.config.mjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ import sitemap from "@astrojs/sitemap";
55

66
// https://astro.build/config
77
export default defineConfig({
8-
site: "https://blog.llma.top",
8+
site: "https://blog.llma.dev",
99
base: "/",
10+
trailingSlash: "always",
1011

1112
//悬停预加载
1213
prefetch: true,

post/RP2350VR手套.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,5 +157,5 @@ void loop() {
157157
158158
遗憾的是,2350 只支持 4 个模拟引脚。但它真的非常迷你,很喜欢的一款开发板!
159159
<video id="video" >
160-
<source id="mp4" src="https://o.llma.top/videosKgkoAz-gloves.mp4" type="video/mp4">
160+
<source id="mp4" src="https://o.llma.dev/videosKgkoAz-gloves.mp4" type="video/mp4">
161161
</videos>

0 commit comments

Comments
 (0)