feat: init
This commit is contained in:
34
node_modules/.cache/jiti/vat-api-nuxt.config.38f7f2db.mjs
generated
vendored
Normal file
34
node_modules/.cache/jiti/vat-api-nuxt.config.38f7f2db.mjs
generated
vendored
Normal file
@@ -0,0 +1,34 @@
|
||||
"use strict";Object.defineProperty(exports, "__esModule", { value: true });exports.default = void 0; // https://nuxt.com/docs/api/configuration/nuxt-config
|
||||
var _default = exports.default = defineNuxtConfig({
|
||||
compatibilityDate: '2025-07-15',
|
||||
devtools: { enabled: true },
|
||||
|
||||
modules: [
|
||||
'@nuxtjs/tailwindcss',
|
||||
'@nuxtjs/google-fonts'],
|
||||
|
||||
|
||||
css: ['~/assets/css/main.css'],
|
||||
|
||||
googleFonts: {
|
||||
families: {
|
||||
'DM Sans': [400, 500, 600, 700],
|
||||
'DM Mono': [400, 500],
|
||||
'Instrument Sans': [400, 500, 600, 700]
|
||||
},
|
||||
display: 'swap'
|
||||
},
|
||||
|
||||
runtimeConfig: {
|
||||
vatstackApiKey: ''
|
||||
},
|
||||
|
||||
app: {
|
||||
head: {
|
||||
htmlAttrs: { lang: 'en' },
|
||||
link: [
|
||||
{ rel: 'icon', type: 'image/svg+xml', href: '/favicon.svg' }]
|
||||
|
||||
}
|
||||
}
|
||||
}); /* v9-40b9d46909467c59 */
|
||||
Reference in New Issue
Block a user