mirror of
https://github.com/ArthurDanjou/website-old.git
synced 2026-01-28 19:00:34 +01:00
💻 | Move typescript types file into the directory + Convert Nuxt config into a ts file
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user