This commit is contained in:
@ -7,6 +7,9 @@ import vue from '@astrojs/vue'
|
||||
import react from '@astrojs/react'
|
||||
import icon from 'astro-icon'
|
||||
|
||||
const ICON2_URL =
|
||||
'https://cdn.passthem.top/sharex/2026/03/%E6%93%A6%E6%B1%97%E5%90%8E_%E6%96%B9%E5%BD%A2.png.upscale.png'
|
||||
|
||||
// https://astro.build/config
|
||||
export default defineConfig({
|
||||
adapter: node({
|
||||
@ -15,4 +18,7 @@ export default defineConfig({
|
||||
|
||||
integrations: [svelte(), vue(), react(), icon()],
|
||||
site: 'https://passthem.top',
|
||||
redirects: {
|
||||
'/assets/icon-qq-BThBBmjV.jpg': ICON2_URL,
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user