Skip to content

Instantly share code, notes, and snippets.

@mbriceno
mbriceno / nuxt.config.js
Created January 3, 2023 20:48 — forked from steveyerigandev/nuxt.config.js
Nuxt.js - the best approach to optimize the webpage ( using purgeCSS, splitchunk, cache, offline )
require('dotenv').config();
module.exports = {
/*
** Headers of the page
*/
head: {
htmlAttrs: {
lang: 'de',
},