Skip to content

Commit ef1fd9e

Browse files
committed
test
1 parent 41d62e4 commit ef1fd9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astro.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export default defineConfig({
2929
themes: ['dracula', 'github-light'],
3030
useStarlightUiThemeColors: true,
3131
},
32-
plugins: [
32+
plugins: process.env.CI ? [] : [
3333
starlightTypeDoc({
3434
entryPoints: [
3535
// 'obsidian-js-engine-plugin/JsEngine.d.ts',

0 commit comments

Comments
 (0)