mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-08-11 22:00:59 +00:00
feat: add initial Nuxt frontend with SSR
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import { defineNuxtConfig } from 'nuxt/config'
|
||||
|
||||
export default defineNuxtConfig({
|
||||
ssr: true,
|
||||
css: ['~/assets/global.css', '~/assets/toast.css']
|
||||
})
|
||||
Reference in New Issue
Block a user