Skip to content

Commit

Permalink
lots o changes
Browse files Browse the repository at this point in the history
  • Loading branch information
randombeeper committed May 24, 2024
1 parent 0519d5c commit e3479e4
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,14 @@ import starlightDocSearch from '@astrojs/starlight-docsearch';
export default defineConfig({
site: 'https://randombeeper.github.io/',
base: 'purple-pulsar',
plugins: [
starlightDocSearch({
appId: '82VLS1TU5K',
apiKey: 'bfdc9eff848b16b6167efaa4a84d5e27',
indexName: 'fontawesome',
}),
],
integrations: [
starlight({
title: 'My Docs',
title: 'James Astro Testing',
social: {
github: 'https://github.com/withastro/starlight',
github: 'https://randombeeper.github.io',
discord: 'https://alg.li/discord',
},
pagefind:false,
sidebar: [
{
label: 'Guides',
Expand All @@ -32,6 +27,13 @@ export default defineConfig({
autogenerate: { directory: 'reference' },
},
],
plugins: [
starlightDocSearch({
appId: '82VLS1TU5K',
apiKey: 'bfdc9eff848b16b6167efaa4a84d5e27',
indexName: 'fontawesome',
}),
],
}),
],
});

0 comments on commit e3479e4

Please sign in to comment.