mirror of
https://github.com/Snigdha-OS/Snigdha-OS.github.io.git
synced 2025-09-06 04:35:18 +02:00
🛠️ build(deploy): add github config
This commit is contained in:
@@ -5,10 +5,17 @@ import tailwind from "@astrojs/tailwind";
|
|||||||
|
|
||||||
// https://astro.build/config
|
// https://astro.build/config
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
|
site: 'https://Snigdha-OS.github.io',
|
||||||
|
base: 'Snigdha-OS.github.io',
|
||||||
integrations: [starlight({
|
integrations: [starlight({
|
||||||
title: 'SNIGDHA OS',
|
title: 'SNIGDHA OS',
|
||||||
|
customCss: [
|
||||||
|
// Path to Snigdha OS Custom CSS Files
|
||||||
|
'./src/styles/custom.css',
|
||||||
|
],
|
||||||
social: {
|
social: {
|
||||||
github: 'https://github.com/Snigdha-OS/'
|
github: 'https://github.com/Snigdha-OS/',
|
||||||
|
facebook: 'https://facebook.com/',
|
||||||
},
|
},
|
||||||
sidebar: [{
|
sidebar: [{
|
||||||
label: 'Guides',
|
label: 'Guides',
|
||||||
|
Reference in New Issue
Block a user