This commit is contained in:
@ -7,6 +7,9 @@ import vue from '@astrojs/vue'
|
|||||||
import react from '@astrojs/react'
|
import react from '@astrojs/react'
|
||||||
import icon from 'astro-icon'
|
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
|
// https://astro.build/config
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
adapter: node({
|
adapter: node({
|
||||||
@ -15,4 +18,7 @@ export default defineConfig({
|
|||||||
|
|
||||||
integrations: [svelte(), vue(), react(), icon()],
|
integrations: [svelte(), vue(), react(), icon()],
|
||||||
site: 'https://passthem.top',
|
site: 'https://passthem.top',
|
||||||
|
redirects: {
|
||||||
|
'/assets/icon-qq-BThBBmjV.jpg': ICON2_URL,
|
||||||
|
},
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user