Skip to content

Commit 08bb2f8

Browse files
committed
🐛 修改域名配置
1 parent 7e41752 commit 08bb2f8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

astro.config.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import { pluginLineNumbers } from '@expressive-code/plugin-line-numbers'
1919
import tailwindcss from '@tailwindcss/vite'
2020

2121
export default defineConfig({
22-
site: 'https://astro-erudite.vercel.app',
22+
site: 'https://blog.bitnp.net',
2323
integrations: [
2424
expressiveCode({
2525
themes: ['github-light', 'github-dark'],
@@ -31,9 +31,9 @@ export default defineConfig({
3131
collapseStyle: 'collapsible-auto',
3232
overridesByLang: {
3333
'ansi,bat,bash,batch,cmd,console,powershell,ps,ps1,psd1,psm1,sh,shell,shellscript,shellsession,text,zsh':
34-
{
35-
showLineNumbers: false,
36-
},
34+
{
35+
showLineNumbers: false,
36+
},
3737
},
3838
},
3939
styleOverrides: {

0 commit comments

Comments
 (0)