Skip to content

Commit fa7c24d

Browse files
committed
up
1 parent f9d2ffc commit fa7c24d

File tree

109 files changed

+174
-401
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

109 files changed

+174
-401
lines changed

.astro/astro/content.d.ts

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,27 @@ declare module 'astro:content' {
190190
collection: "posts";
191191
data: InferEntrySchema<"posts">
192192
} & { render(): Render[".md"] };
193+
"憂傷酒館/11-11.md": {
194+
id: "憂傷酒館/11-11.md";
195+
slug: "憂傷酒館/11-11";
196+
body: string;
197+
collection: "posts";
198+
data: InferEntrySchema<"posts">
199+
} & { render(): Render[".md"] };
200+
"憂傷酒館/bot-v1.0.md": {
201+
id: "憂傷酒館/bot-v1.0.md";
202+
slug: "憂傷酒館/bot-v10";
203+
body: string;
204+
collection: "posts";
205+
data: InferEntrySchema<"posts">
206+
} & { render(): Render[".md"] };
207+
"鳴潮小助手/11-22.md": {
208+
id: "鳴潮小助手/11-22.md";
209+
slug: "鳴潮小助手/11-22";
210+
body: string;
211+
collection: "posts";
212+
data: InferEntrySchema<"posts">
213+
} & { render(): Render[".md"] };
193214
};
194215
"spec": {
195216
"about.md": {

.astro/icon.d.ts

Lines changed: 7 additions & 351 deletions
Large diffs are not rendered by default.

astro.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const oklchToHex = str => {
3232
// https://astro.build/config
3333
export default defineConfig({
3434
site: 'https://fulin-net.top/',
35-
base: '/docs',
35+
base: '/',
3636

3737
trailingSlash: 'always',
3838
integrations: [

dist/2/index.html

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.
862 KB
Binary file not shown.
263 KB
Loading

dist/_astro/LightDarkSwitch.CJBZpr9M.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/_astro/Search.CIg78jDA.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)