0.1.3 • Published 5 months ago

astro-lighthouse v0.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

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
  ],
};
0.1.3

5 months ago

0.1.2

5 months ago

0.1.1

5 months ago

0.1.0

5 months ago

0.0.1

5 months ago