From 718fc458fc854100ace1222e96f3029a5db9cd0a Mon Sep 17 00:00:00 2001 From: gman Date: Mon, 5 May 2025 11:27:06 +0300 Subject: [PATCH] minor edits --- .vscode/settings.json | 5 ++++- astro.config.mjs | 4 +--- src/components/CustomSocialIcons.astro | 5 ----- src/content/docs/chapters/4-backend.mdx | 1 - 4 files changed, 5 insertions(+), 10 deletions(-) delete mode 100644 src/components/CustomSocialIcons.astro 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
- +
+

Год

+