diff --git a/.vscode/settings.json b/.vscode/settings.json index cc9f746..8fb7f78 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -7,5 +7,8 @@ }, "[mdx]": { "editor.wordWrap": "on" - } + }, + "cSpell.enableFiletypes": [ + "mdx" + ] } \ No newline at end of file diff --git a/astro.config.mjs b/astro.config.mjs index 01cb08b..7f28368 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -35,9 +35,7 @@ export default defineConfig({ autogenerate: { directory: 'chapters' }, } ], - components: { - SocialIcons: './src/components/CustomSocialIcons.astro', - } + components: {} }), react() ], diff --git a/src/components/CustomSocialIcons.astro b/src/components/CustomSocialIcons.astro deleted file mode 100644 index 41328b4..0000000 --- a/src/components/CustomSocialIcons.astro +++ /dev/null @@ -1,5 +0,0 @@ ---- -import type { Props } from '@astrojs/starlight/props'; ---- - -Герман Титов \ No newline at end of file diff --git a/src/content/docs/chapters/4-backend.mdx b/src/content/docs/chapters/4-backend.mdx index e130814..9c80778 100644 --- a/src/content/docs/chapters/4-backend.mdx +++ b/src/content/docs/chapters/4-backend.mdx @@ -240,7 +240,6 @@ def city_by_id(id): ```diff lang=html title=index.html
- +Год
+