Romain Pironneau

Results 5 issues of Romain Pironneau

This PR is a solution to issue #587. This PR contains two new jobs in `.github/workflows/ci.yml`: * An ephemeral job `create-tags-for-past-releases` that will create and push tags for previous releases...

Hello there, Firstly I would like to thank the creator, maintainers and contributors of this project. This project is very useful and it was very interesting to read the source...

enhancement
help wanted

Hi there, This comes from the latest published package in npm: [v1.0.0-beta.8](https://www.npmjs.com/package/@astrolib/seo/v/1.0.0-beta.8?activeTab=code) for which there isn't the source code on this repo... I just copy and pasted the whole code...

… Hello there! ### Patch A small patch that does two things: 1. Hides (by default) the `lexicalHTMLField` from the list columns (the same way `lexicalHTMLField` has `admin.hidden` set to...

stale

In `src/components/common/Metadata.astro` the `seoProps` object (created using lodash's `merge()`) has a redundant definition for its `canonical` property. It is already defined on line 20.