minor edits

master
gman 10 months ago
parent b3aa4aed22
commit 718fc458fc

@ -7,5 +7,8 @@
}, },
"[mdx]": { "[mdx]": {
"editor.wordWrap": "on" "editor.wordWrap": "on"
} },
"cSpell.enableFiletypes": [
"mdx"
]
} }

@ -35,9 +35,7 @@ export default defineConfig({
autogenerate: { directory: 'chapters' }, autogenerate: { directory: 'chapters' },
} }
], ],
components: { components: {}
SocialIcons: './src/components/CustomSocialIcons.astro',
}
}), }),
react() react()
], ],

@ -1,5 +0,0 @@
---
import type { Props } from '@astrojs/starlight/props';
---
Герман Титов

@ -240,7 +240,6 @@ def city_by_id(id):
```diff lang=html title=index.html ```diff lang=html title=index.html
<body> <body>
<div id='map'></div> <div id='map'></div>
<dialog id="city-details-modal" onmousedown="this.close()"></dialog>
+ <div> + <div>
+ <p>Год</p> + <p>Год</p>
+ <select id="year-selector"> + <select id="year-selector">

Loading…
Cancel
Save