File tree Expand file tree Collapse file tree 2 files changed +1
-138
lines changed Expand file tree Collapse file tree 2 files changed +1
-138
lines changed Original file line number Diff line number Diff line change @@ -7,11 +7,10 @@ import { sidebar } from './astro.sidebar';
77import { devServerFileWatcher } from './config/integrations/dev-server-file-watcher' ;
88import { sitemap } from './config/integrations/sitemap' ;
99import { localesConfig } from './config/locales' ;
10- import { astroComponentTimer } from './config/plugins/component-timing' ;
1110import { starlightPluginLlmsTxt } from './config/plugins/llms-txt' ;
11+ import { starlightPluginSmokeTest } from './config/plugins/smoke-test' ;
1212import { rehypeTasklistEnhancer } from './config/plugins/rehype-tasklist-enhancer' ;
1313import { remarkFallbackLang } from './config/plugins/remark-fallback-lang' ;
14- import { starlightPluginSmokeTest } from './config/plugins/smoke-test' ;
1514
1615/* https://docs.netlify.com/configure-builds/environment-variables/#read-only-variables */
1716const NETLIFY_PREVIEW_SITE = process . env . CONTEXT !== 'production' && process . env . DEPLOY_PRIME_URL ;
@@ -73,7 +72,6 @@ export default defineConfig({
7372 plugins : [ starlightPluginSmokeTest ( ) , starlightPluginLlmsTxt ( ) ] ,
7473 } ) ,
7574 sitemap ( ) ,
76- astroComponentTimer ( ) ,
7775 ] ,
7876 trailingSlash : 'always' ,
7977 scopedStyleStrategy : 'where' ,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments