astrolib
astrolib copied to clipboard
I installed `@astrolib/seo` v1.0.0-beta.4 in my TS project but when I run `npx tsc --noEmit` I am getting the following errors: >node_modules/@astrolib/seo/index.ts:4:37 - error TS2307: Cannot find module './src/AstroSeo.astro' or...
In: https://github.com/onwidget/astrolib/blob/b7a454fc374ffef915e2e8e00167a341209cfdf9/packages/seo/src/utils/buildTags.ts#L4-L16 Both the `` and `` are using a void style closing method, which is not in the HTML standards: https://html.spec.whatwg.org/multipage/syntax.html#void-elements When linting code with `html-validate` it finds it...
I noticed that this package checks for the truthiness of the properties passed to it when determining whether to include the relevant tag. As a result, it's not possible to...
Hey, I see the READMEs for these packages are empty. Is there usage documentation anywhere? If so, can you link it? If not, could someone create some docs?
Hi, as far as I can see all tags are rendered on top of head section. Afaik the `` Tag should appear before other tags and e.g. lighthouse test will...
See https://developer.twitter.com/en/docs/twitter-for-websites/cards/overview/markup
I can't find a changelog for the packages in this repo. Is there a changelog anywhere? If not, could one be added? It helps to know what will break when...
astro add @astrolib/analytics astro check then errors with Unknown file extension ".ts" for C:\Users\clida\Documents\Git\astro-vercel-astro\node_modules\@astrolib\analytics\index.ts
Let's enhance analytics services with yandex metrica?
Hi - I've not been able to get Google Analytics to register visits. Took out the partytown option and it worked so likely a configuration issue. Opening an issue in...