mirror of
https://github.com/iconify/iconify.git
synced 2024-11-10 07:11:00 +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({
|
||
|
|
||
|
})
|