mirror of
https://github.com/LukeHagar/vercel.git
synced 2025-12-09 04:22:07 +00:00
7 lines
142 B
TypeScript
7 lines
142 B
TypeScript
import { defineNuxtConfig } from 'nuxt3'
|
|
|
|
// https://v3.nuxtjs.org/docs/directory-structure/nuxt.config
|
|
export default defineNuxtConfig({
|
|
|
|
})
|