mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-10 21:03:03 -05:00
docs(docs): add sponsor link and star
This commit is contained in:
@@ -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,
|
||||
},
|
||||
},
|
||||
],
|
||||
}),
|
||||
],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user