Extend nuxt configs of Nuxt modules commonly used when creating websites. (Next SEO, GoogleFonts, I18n, etc.).
Extend nuxt configs of Nuxt modules commonly used when creating websites. (Next SEO, GoogleFonts, I18n, etc.).
// nuxt.config.ts
export default defineNuxtConfig({
extends: ["github:shinGangan/nuxt-config-website/packages"],
});
| Modules | Usage |
|---|---|
| Used for Hero Header Image, etc. | |
| Internationalization module. | |
This repository is licensed under the MIT License.