Skip to content

Instantly share code, notes, and snippets.

View mbriceno's full-sized avatar

Miguel Briceño mbriceno

  • 02:02 (UTC -05:00)
View GitHub Profile
@mbriceno
mbriceno / nuxt.config.js
Created January 3, 2023 20:48 — forked from irajnazamdev/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',
},