Skip to content

Commit 3bad45b

Browse files
committed
feat: update themes, update base path
1 parent dc4ab99 commit 3bad45b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

astro.config.mjs

+4-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ export default defineConfig({
88
title: 'CounterStrikeSharp',
99
logo: { src: './src/assets/logo.svg' },
1010
favicon: './src/assets/logo.svg',
11+
expressiveCode: {
12+
themes: [ 'dark-plus', 'light-plus'],
13+
},
1114
customCss: [
1215
'@fontsource/ibm-plex-sans/400.css',
1316
'@fontsource/ibm-plex-sans/500.css',
@@ -59,7 +62,7 @@ export default defineConfig({
5962
}),
6063
],
6164
base: '/',
62-
site: 'https://docs.cssharp.dev',
65+
site: 'https://counterstrikesharp.github.io/docs/',
6366
markdown: {
6467
shikiConfig: {
6568
wrap: false,

0 commit comments

Comments
 (0)