html lang attribute

This commit is contained in:
Evert Prants 2022-10-15 18:35:55 +03:00
parent d469f88baf
commit b04fb7f381
Signed by: evert
GPG Key ID: 1688DA83D222D0B5
2 changed files with 127 additions and 122 deletions

View File

@ -12,6 +12,9 @@ export default defineNuxtConfig({
},
app: {
head: {
htmlAttrs: {
lang: 'en',
},
charset: 'utf-8',
viewport: 'width=device-width, initial-scale=1.0',
title: 'lunasqu.ee',

View File

@ -1,4 +1,5 @@
<template>
<main>
<Section>
<template v-slot:header>
<h1>About me</h1>
@ -55,8 +56,8 @@
<ul>
<li>User accounts with display names and avatars</li>
<li>
Administration panel created using Vue.js for managing users and OAuth
clients
Administration panel created using Vue.js for managing users and
OAuth clients
</li>
<li>A news outlet</li>
</ul>
@ -98,8 +99,8 @@
<a href="https://github.com/arut/nginx-rtmp-module" target="_blank"
>nginx-rtmp-module</a
>
as the livestream server and channels are created for select Icy Network
users only.
as the livestream server and channels are created for select Icy
Network users only.
</p>
<h3>Features</h3>
<ul>
@ -126,6 +127,7 @@
</p>
<p>&copy; 2018 - {{ currentYear }} Evert Prants</p>
</footer>
</main>
</template>
<script setup lang="ts">