From c2ac71dba0612814bd9b58a7f191913c527a0983 Mon Sep 17 00:00:00 2001 From: James Gray Date: Fri, 21 Jun 2024 10:32:48 -0600 Subject: [PATCH] updates --- astro.config.mjs | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/astro.config.mjs b/astro.config.mjs index ae6a96a..0be1d39 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -7,7 +7,7 @@ import sitemap from "@astrojs/sitemap"; // https://astro.build/config export default defineConfig({ site: 'https://randombeeper.github.io/', - base: 'purple-pulsar', + base: 'purple-pulsarnew', trailingSlash: 'never', integrations: [ starlight({ @@ -28,14 +28,11 @@ export default defineConfig({ }, ], plugins: [ - starlightDocSearch({ - //appId: 'PO8AE473XP', - //apiKey: '65d14207c46db5dd63ecc87f9701be48', - //indexName: 'randombeeperio', - appId: '82VLS1TU5K', - apiKey: 'bfdc9eff848b16b6167efaa4a84d5e27', - indexName: 'astrobuildindx', - }), + //starlightDocSearch({ + // appId: '82VLS1TU5K', + // apiKey: 'bfdc9eff848b16b6167efaa4a84d5e27', + // indexName: 'astrobuildindx', + //}), ], }), sitemap()