diff --git a/package.json b/package.json index a4ea80b6..c87f9b40 100644 --- a/package.json +++ b/package.json @@ -2,20 +2,20 @@ "name": "yamad.me", "version": "2.0.2", "dependencies": { - "@builder.io/qwik": "1.4.2", + "@builder.io/qwik": "1.4.3", "katex": "0.16.9", - "svelte": "4.2.9" + "svelte": "4.2.10" }, "devDependencies": { "@astrojs/check": "0.4.1", - "@astrojs/mdx": "2.1.0", + "@astrojs/mdx": "2.1.1", "@astrojs/svelte": "5.0.3", - "@qwikdev/astro": "0.5.1", - "astro": "4.2.6", + "@qwikdev/astro": "0.5.2", + "astro": "4.3.2", "badgen": "3.2.3", "js-beautify": "1.14.11", "lightningcss": "1.23.0", - "prettier": "3.2.4", + "prettier": "3.2.5", "prettier-plugin-astro": "0.13.0", "prettier-plugin-organize-imports": "3.2.4", "prettier-plugin-svelte": "3.1.2", diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index ca58a6fb..dd44f200 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -24,6 +24,7 @@ const { {noRobots && } {realTitle} + diff --git a/tsconfig.json b/tsconfig.json index 1fc75d85..ce83f735 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,7 +5,7 @@ "jsxImportSource": "@builder.io/qwik", "baseUrl": ".", "paths": { - "~/*": ["src/*"], - }, - }, + "~/*": ["src/*"] + } + } }