Skip to content

Instantly share code, notes, and snippets.

@lovemycodesnippets
Created February 7, 2025 17:09
Show Gist options
  • Save lovemycodesnippets/35211c436b97fb26b164792d55a5c284 to your computer and use it in GitHub Desktop.
Save lovemycodesnippets/35211c436b97fb26b164792d55a5c284 to your computer and use it in GitHub Desktop.
From the article "Building a Quiz App with Nuxt and Xata"
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