17 lines
No EOL
413 B
TypeScript
17 lines
No EOL
413 B
TypeScript
// https://nuxt.com/docs/api/configuration/nuxt-config
|
|
export default defineNuxtConfig({
|
|
app: {
|
|
head: {
|
|
title: 'Minecraft Server Manager',
|
|
meta: [
|
|
{
|
|
name: 'description',
|
|
content: 'Minecraft Server Manager by WeeXnes'
|
|
},
|
|
],
|
|
},
|
|
},
|
|
compatibilityDate: '2024-11-01',
|
|
devtools: { enabled: true },
|
|
modules: ['@nuxtjs/tailwindcss', '@nuxt/icon'],
|
|
}) |