mirror of
https://github.com/Snigdha-OS/Snigdha-OS.github.io.git
synced 2025-09-06 12:45: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
|
||||
export default defineConfig({
|
||||
site: 'https://Snigdha-OS.github.io',
|
||||
base: 'Snigdha-OS.github.io',
|
||||
integrations: [starlight({
|
||||
title: 'SNIGDHA OS',
|
||||
customCss: [
|
||||
// Path to Snigdha OS Custom CSS Files
|
||||
'./src/styles/custom.css',
|
||||
],
|
||||
social: {
|
||||
github: 'https://github.com/Snigdha-OS/'
|
||||
github: 'https://github.com/Snigdha-OS/',
|
||||
facebook: 'https://facebook.com/',
|
||||
},
|
||||
sidebar: [{
|
||||
label: 'Guides',
|
||||
|
Reference in New Issue
Block a user