💻 | Move typescript types file into the directory + Convert Nuxt config into a ts file

This commit is contained in:
2021-03-22 22:01:49 +01:00
parent 07c1d89da3
commit 17e904e74a
6 changed files with 11 additions and 5 deletions

View File

@@ -1,4 +1,6 @@
// Global page headers: https://go.nuxtjs.dev/config-head
import {NuxtOptionsHead} from "@nuxt/types/config/head";
const params = {
title: 'artsite',
color: '#0DA5FF',
@@ -36,4 +38,4 @@ export default {
{ name: 'theme-color', content: params.color },
],
link: [{ rel: 'icon', type: params.favicon.type, href: params.favicon.href }],
}
} as NuxtOptionsHead