Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
randombeeper committed Jun 21, 2024
1 parent 795ff5c commit c2ac71d
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand All @@ -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()
Expand Down

0 comments on commit c2ac71d

Please sign in to comment.