13 lines
247 B
TypeScript
13 lines
247 B
TypeScript
// https://nuxt.com/docs/api/configuration/nuxt-config
|
|
export default defineNuxtConfig({
|
|
devtools: { enabled: true },
|
|
pages: true,
|
|
// app: {
|
|
// head: {
|
|
// script: [
|
|
// "/assets/unitymath.js"
|
|
// ],
|
|
// }
|
|
// }
|
|
})
|