astro-lighthouse

0.1.3 • Public • Published

astro-lighthouse

An astro integration that adds Pagespeed insights into the dev toolbar.

Installation

Just run astro add astro-lighthouse and you're good to go!

Alternatively, you can install it manually:

  1. Install the package with npm install astro-lighthouse
  2. Add the following to your astro.config.mjs:
import lighthouse from 'astro-lighthouse';

export default {
  integrations: [
    lighthouse(),
    // Your other integrations here
  ],
};

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.1.343latest

Version History

VersionDownloads (Last 7 Days)Published
0.1.343
0.1.20
0.1.10
0.1.00
0.0.10

Package Sidebar

Install

npm i astro-lighthouse

Weekly Downloads

39

Version

0.1.3

License

MIT

Unpacked Size

10.7 kB

Total Files

5

Last publish

Collaborators

  • buk0vec