Initial commit
This commit is contained in:
15
nuxt.config.ts
Normal file
15
nuxt.config.ts
Normal file
@@ -0,0 +1,15 @@
|
||||
import { defineNuxtConfig } from "nuxt";
|
||||
|
||||
// https://v3.nuxtjs.org/api/configuration/nuxt.config
|
||||
export default defineNuxtConfig({
|
||||
modules: ["@nuxt/content", "@nuxtjs/tailwindcss"],
|
||||
nitro: {
|
||||
prerender: {
|
||||
routes: ["/sitemap.xml"],
|
||||
},
|
||||
},
|
||||
typescript: {
|
||||
shim: false,
|
||||
},
|
||||
tailwindcss: {},
|
||||
});
|
Reference in New Issue
Block a user