Skip to content

Commit e309382

Browse files
authored
Bugfix/RZB-250099:Update the font size of blog page (#140)
2 parents 3a6b0ce + 15381c4 commit e309382

Some content is hidden

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

101 files changed

+1963
-1095
lines changed

.vscode/dictionaries/project-words.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
abcdkbd
2+
Abhijit
23
argmax
34
argmin
45
Ashadha
@@ -56,8 +57,11 @@ Margashirsha
5657
matra
5758
matras
5859
moonsign
60+
Nakshatra
5961
Nakshtra
62+
Nakshtras
6063
nameform
64+
nanostores
6165
Nishad
6266
nodownload
6367
odia
@@ -94,6 +98,7 @@ threadzip
9498
Threazip
9599
tithi
96100
uncategorized
101+
Uttara
97102
Vaishakha
98103
Valmiki
99104
varnmala

abcd.code-workspace

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"editor.inlayHints.enabled": "offUnlessPressed",
6565
"editor.insertSpaces": true,
6666
"editor.linkedEditing": true,
67-
"editor.minimap.enabled": true,
67+
"editor.minimap.enabled": false,
6868
"editor.minimap.renderCharacters": false,
6969
"editor.minimap.size": "fill",
7070
"editor.multiCursorModifier": "alt",

astro.config.mjs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ export default defineConfig({
2222
style: {
2323
global: true // Ensure global styles are applied
2424
},
25+
//redirects: {
26+
// "/en/nakshtra": "/nakshtra",
27+
// "/blog": "https://xkeshav.com/blog"
28+
//},
2529
vite: {
2630
optimizeDeps: {
2731
exclude: ["@resvg/resvg-js"]

package-lock.json

Lines changed: 17 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@
120120
"clsx": "2.1.0",
121121
"dotenv": "16.4.5",
122122
"dotenv-expand": "11.0.6",
123+
"nanostores": "1.0.1",
123124
"tailwind-merge": "2.2.0",
124125
"typescript": "5.6.2",
125126
"zod": "3.25.67"
@@ -137,4 +138,4 @@
137138
"prettier-plugin-astro": "0.14.1",
138139
"shx": "0.3.4"
139140
}
140-
}
141+
}

public/assets/images/abcd.png

176 KB
115 KB
366 KB
118 KB
317 KB

0 commit comments

Comments
 (0)