docs(docs): add sponsor link and star

This commit is contained in:
thomas
2023-09-23 22:24:51 +02:00
parent 2f78085b60
commit 9d4598d38b
4 changed files with 39 additions and 27 deletions

View File

@@ -16,11 +16,7 @@ export default defineConfig({
linkedin: 'https://www.linkedin.com/in/thomas-laforge-2b05a945/',
twitter: 'https://twitter.com/laforge_toma',
},
customCss: [
'@fontsource/ibm-plex-serif/400.css',
'@fontsource/ibm-plex-serif/600.css',
'./src/styles/custom-css.css',
],
customCss: ['./src/styles/custom-css.css'],
sidebar: [
{
label: 'Guides',
@@ -31,16 +27,6 @@ export default defineConfig({
autogenerate: { directory: 'challenges' },
},
],
head: [
{
tag: 'script',
attrs: {
src: 'https://buttons.github.io/buttons.js',
defer: true,
async: true,
},
},
],
}),
],
});