/nuxt-config-website

Extend nuxt configs of Nuxt modules commonly used when creating websites. (Next SEO, GoogleFonts, I18n, etc.).

Primary LanguageTypeScriptMIT LicenseMIT

nuxt-config-website

About

Extend nuxt configs of Nuxt modules commonly used when creating websites. (Next SEO, GoogleFonts, I18n, etc.).

Usage

// nuxt.config.ts

export default defineNuxtConfig({
  extends: ["github:shinGangan/nuxt-config-website/packages"],
});

Modules

Modules Usage
@nuxt/image Used for Hero Header Image, etc.
@nuxtjs/google-fonts
@nuxtjs/i18n Internationalization module.
@nuxtjs/seo
nuxt-simple-robots
@nuxtjs/sitemap
nuxt-og-image

License

This repository is licensed under the MIT License.