shillerben-nuxt/nuxt.config.ts

11 lines
241 B
TypeScript
Raw Permalink Normal View History

2023-08-22 03:48:10 +00:00
// https://nuxt.com/docs/api/configuration/nuxt-config
export default defineNuxtConfig({
2023-08-27 14:48:58 +00:00
devtools: { enabled: true },
modules: [
'@nuxtjs/tailwindcss'
]
2023-08-22 03:48:10 +00:00
})
2023-09-13 04:41:10 +00:00
// app: {
// cdnURL: "https://d3iqwa7wbnqnz1.cloudfront.net"
// },