minor edits

master
gman 10 months ago
parent b3aa4aed22
commit 718fc458fc

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

@ -35,9 +35,7 @@ export default defineConfig({
autogenerate: { directory: 'chapters' },
}
],
components: {
SocialIcons: './src/components/CustomSocialIcons.astro',
}
components: {}
}),
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
<body>
<div id='map'></div>
<dialog id="city-details-modal" onmousedown="this.close()"></dialog>
+ <div>
+ <p>Год</p>
+ <select id="year-selector">

Loading…
Cancel
Save