Created
February 7, 2025 17:09
-
-
Save lovemycodesnippets/35211c436b97fb26b164792d55a5c284 to your computer and use it in GitHub Desktop.
From the article "Building a Quiz App with Nuxt and Xata"
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export default defineNuxtConfig({ | |
devtools: { enabled: true }, | |
css: ["~/assets/css/main.css"], | |
app: { | |
head: { | |
charset: "utf-8", | |
viewport: "width=device-width, initial-scale=1", | |
}, | |
}, | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment