Skip to content

Commit

Permalink
fixed routiing and made css changes
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaSingh-7 committed Jan 13, 2025
1 parent 6b82709 commit edf5a0a
Show file tree
Hide file tree
Showing 19 changed files with 210 additions and 181 deletions.
3 changes: 3 additions & 0 deletions .astro/collections/blogs.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
"type": "string",
"maxLength": 60
},
"slug": {
"type": "string"
},
"publishDate": {
"anyOf": [
{
Expand Down
2 changes: 1 addition & 1 deletion .astro/content.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -178,5 +178,5 @@ declare module 'astro:content' {

type AnyEntryMap = ContentEntryMap & DataEntryMap;

export type ContentConfig = typeof import("../src/content.config.js");
export type ContentConfig = typeof import("./../src/content.config.js");
}
2 changes: 1 addition & 1 deletion .astro/data-store.json

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,11 @@
"activityBarBadge.foreground": "#15202b",
"commandCenter.border": "#15202b99",
"sash.hoverBorder": "#e98cf9",
"sideBar.border": "#e98cf9",
"statusBar.background": "#e05bf7",
"statusBar.foreground": "#15202b",
"statusBarItem.hoverBackground": "#d72af5",
"statusBarItem.remoteBackground": "#e05bf7",
"statusBarItem.remoteForeground": "#15202b",
"tab.activeBorder": "#e98cf9",
"titleBar.activeBackground": "#e05bf7",
"titleBar.activeForeground": "#15202b",
"titleBar.inactiveBackground": "#e05bf799",
Expand Down
3 changes: 1 addition & 2 deletions abcd.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,7 @@
"titleBar.activeBackground": "#abcd00",
"titleBar.activeForeground": "#15202b",
"titleBar.inactiveBackground": "#abcd0099",
"titleBar.inactiveForeground": "#15202b99",
"tab.activeBorder": "#d5ff01"
"titleBar.inactiveForeground": "#15202b99"
},
"workbench.colorTheme": "Tokyo Night Storm",
"workbench.editor.pinnedTabSizing": "compact",
Expand Down
2 changes: 1 addition & 1 deletion public/map_assets/svg/Andhra.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion public/map_assets/svg/ArunachalPradesh.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion public/map_assets/svg/assam.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit edf5a0a

Please sign in to comment.