Skip to content

Commit

Permalink
feat: add html lang attr
Browse files Browse the repository at this point in the history
  • Loading branch information
vinayakkulkarni committed Mar 9, 2024
1 parent 349b1c1 commit c8558bc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/head.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ import type { NuxtAppConfig } from 'nuxt/schema';

const head: NuxtAppConfig['head'] = {
title: 'Map My Expenses :: Dashboard',
htmlAttrs: {
lang: 'en',
},
meta: [
{
charset: 'utf-8',
Expand Down

0 comments on commit c8558bc

Please sign in to comment.