Skip to content

Commit

Permalink
πŸ“– updated readme with latest deploy lighthouse report
Browse files Browse the repository at this point in the history
  • Loading branch information
jamerrq committed Jan 14, 2024
1 parent 869f164 commit df2c046
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
9 changes: 6 additions & 3 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand All @@ -14,7 +16,8 @@ export default defineConfig({
es: 'en'
},
routing: {
prefixDefaultLocale: false,
prefixDefaultLocale: false
}
}
},
site: 'https://jamerrq.deno.dev/'
})
Binary file modified bun.lockb
Binary file not shown.
Binary file added lib/lighthouse/jan-14.pdf
Binary file not shown.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
3 changes: 1 addition & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 πŸ“„

Expand All @@ -43,7 +43,6 @@ Source code for my personal website, [jamerrq.dev](https://jamerrq.dev).

</summary>


![Responsive](./lib/pages/responsive.png)

</details>
Expand Down

0 comments on commit df2c046

Please sign in to comment.