Working hardly

This commit is contained in:
2021-08-17 15:32:55 +02:00
parent e8484f98d5
commit adb052d1de
33 changed files with 988 additions and 767 deletions

View File

@@ -6,6 +6,7 @@ import arch from './settings/Arch'
import plugins from './settings/Plugins'
import css from './settings/Style'
import configs from './settings/RuntimeConfig'
import {NuxtConfig} from "@nuxt/types";
const config = {
head,
@@ -16,6 +17,6 @@ const config = {
css,
buildModules,
...configs,
}
} as NuxtConfig
export default config