Skip to content

Commit 52a83d9

Browse files
Merge pull request #100 from recursivezero/develop
Develop: bugfix wuth new release
2 parents 2e89f75 + 1780fc2 commit 52a83d9

File tree

111 files changed

+7353
-2922
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

111 files changed

+7353
-2922
lines changed

.vscode/dictionaries/project-words.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ Kartika
4141
kmeans
4242
linalg
4343
lucide
44+
LXXX
4445
Magha
4546
Margashirsha
4647
matras
@@ -58,6 +59,7 @@ prerender
5859
Reddy
5960
roboto
6061
Rushi
62+
samay
6163
sanyukat
6264
shadcn
6365
Shravana
@@ -79,6 +81,7 @@ venv
7981
Verdana
8082
Vijayadashami
8183
waitlist
84+
webring
8285
werkzeug
8386
अक्टूबर
8487
अगस्त
@@ -104,5 +107,6 @@ werkzeug
104107
वृश्चिक
105108
वृषभ
106109
वैशाख
110+
शून्य
107111
श्रावण
108112
सितम्बर

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ The format is based on Keep a Changelog and this project adheres to Semantic Ver
88

99
Created Repo from template
1010

11+
## [2.0.0] - 2025-06-28
12+
13+
- Added Pages
14+
- Navigation and Redesign the repo
15+
1116
### [Unreleased]
1217

1318
Here we write upgrading notes for brands. It's a team effort to make them as straightforward as possible.

astro.config.mjs

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import mdx from "@astrojs/mdx";
22
import react from "@astrojs/react";
3-
import tailwind from "@astrojs/tailwind";
3+
import sitemap from "@astrojs/sitemap";
44
import { defineConfig } from "astro/config";
55

66
// https://astro.build/config
@@ -20,14 +20,15 @@ export default defineConfig({
2020
svg: true
2121
},
2222
integrations: [
23+
sitemap(),
2324
mdx(),
2425
react({
2526
experimentalReactChildren: true
26-
}),
27-
tailwind({
28-
applyBaseStyles: false,
29-
nesting: true
3027
})
28+
//tailwind({
29+
// applyBaseStyles: false,
30+
// nesting: true
31+
//})
3132
],
3233
style: {
3334
global: true // Ensure global styles are applied

0 commit comments

Comments
 (0)