diff --git a/astro.config.mjs b/astro.config.mjs index 35eada4..938b498 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -2,9 +2,11 @@ import { defineConfig } from 'astro/config' import tailwind from "@astrojs/tailwind" import deno from '@astrojs/deno' +import robotsTxt from "astro-robots-txt" + // https://astro.build/config export default defineConfig({ - integrations: [tailwind()], + integrations: [tailwind(), robotsTxt()], adapter: deno(), output: 'server', i18n: { @@ -14,7 +16,8 @@ export default defineConfig({ es: 'en' }, routing: { - prefixDefaultLocale: false, + prefixDefaultLocale: false } - } + }, + site: 'https://jamerrq.deno.dev/' }) diff --git a/bun.lockb b/bun.lockb index 7e4a1c5..9cb4066 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/lib/lighthouse/jan-14.pdf b/lib/lighthouse/jan-14.pdf new file mode 100644 index 0000000..34ea80a Binary files /dev/null and b/lib/lighthouse/jan-14.pdf differ diff --git a/package.json b/package.json index 1468f8c..995e6ff 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,7 @@ "@astrojs/tailwind": "^5.0.4", "@fontsource/merriweather": "^5.0.8", "astro": "^4.0.7", + "astro-robots-txt": "^1.0.0", "tailwindcss": "^3.4.0", "typescript": "^5.3.3" }, diff --git a/readme.md b/readme.md index 614b853..b0548e1 100644 --- a/readme.md +++ b/readme.md @@ -19,7 +19,7 @@ Source code for my personal website, [jamerrq.dev](https://jamerrq.dev). > [!NOTE] > This is a preview report to verify Accessibility, Best Practices and SEO. > Performance score could mislead due to perform the test in a local environment. -> To see a recent report, check this [PDF](./lib/lighthouse/jan-12.pdf) +> To see a recent report, check this [PDF](./lib/lighthouse/jan-14.pdf) ## Pages 📄 @@ -43,7 +43,6 @@ Source code for my personal website, [jamerrq.dev](https://jamerrq.dev). - ![Responsive](./lib/pages/responsive.png)