mirror of
https://github.com/KazooTTT/kazoottt-blog-v2.git
synced 2025-06-16 15:31:21 +08:00
fix: cf 直接重定向,移除astro配置
This commit is contained in:
@ -29,12 +29,6 @@ export default defineConfig({
|
|||||||
domains: ["webmention.io", "kazoottt.top"],
|
domains: ["webmention.io", "kazoottt.top"],
|
||||||
service: passthroughImageService(),
|
service: passthroughImageService(),
|
||||||
},
|
},
|
||||||
redirects: {
|
|
||||||
"/blog/[...slug]": "/posts/[...slug]",
|
|
||||||
"/category/[...slug]": "/categories/[...slug]",
|
|
||||||
"/diary/[...slug]": "/notes/[...slug]",
|
|
||||||
"/tag/[...slug]": "/tags/[...slug]",
|
|
||||||
},
|
|
||||||
integrations: [
|
integrations: [
|
||||||
expressiveCode(expressiveCodeOptions),
|
expressiveCode(expressiveCodeOptions),
|
||||||
icon(),
|
icon(),
|
||||||
|
Reference in New Issue
Block a user