Capo.js integration #657
Replies: 4 comments 4 replies
-
|
is it possible to implement this as a third party integration at first? |
Beta Was this translation helpful? Give feedback.
-
|
I published And apologies to @florian-lefebvre, I didn't think to check if anybody else had kicked this off yet! |
Beta Was this translation helpful? Give feedback.
-
|
I've wondered if the reordering of items could be done by hand? |
Beta Was this translation helpful? Give feedback.
-
|
Any update on this? It seems like a fairly simple and generic enough feature to be included in Astro (or, at the very least, as an official Astro integration). |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Body
Summary
Add a first-class integration of https://github.com/rviscomi/capo.js to Astro.
Background & Motivation
Getting automatic optimization is always nice to have. Looking at nuxt/nuxt#22632, the Nuxt team plans to add auto head optimization using capo.js. I think that could be a great idea for Astro as well.
Goals
Example
Until stabilized, this feature could be available under an experimental flag like
sortedHead. The user wouldn't have to do anything.Beta Was this translation helpful? Give feedback.
All reactions