0.3.0 • Published 16 days ago

astro-meta-tags v0.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
16 days ago

Astro Meta Tags

Astro Meta Tags

Astro Meta Tags is an Astro Dev Toolbar App that helps with making sure your site has the correct meta tags for social media sites like X, Facebook and more.

Installation

To install Astro Meta Tags, run the following command with your preferred package manager:

npx astro add astro-meta-tags

Usage

import { defineConfig } from "astro/config";

import astroMetaTags from "astro-meta-tags";

export default defineConfig({
  integrations: [astroMetaTags()],
});

Configuration

Astro Meta Tags doesn't have any configuration options at the moment, if you would like to see a configuration option added, please open an issue 😊

0.3.0

16 days ago

0.2.2

2 months ago

0.2.1

4 months ago

0.2.0

4 months ago

0.1.3

4 months ago

0.1.2

4 months ago

0.1.1

4 months ago

0.1.0

4 months ago