We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41d62e4 commit ef1fd9eCopy full SHA for ef1fd9e
astro.config.mjs
@@ -29,7 +29,7 @@ export default defineConfig({
29
themes: ['dracula', 'github-light'],
30
useStarlightUiThemeColors: true,
31
},
32
- plugins: [
+ plugins: process.env.CI ? [] : [
33
starlightTypeDoc({
34
entryPoints: [
35
// 'obsidian-js-engine-plugin/JsEngine.d.ts',
0 commit comments