Add workflow example

This commit is contained in:
BlossomiShymae
2024-05-02 20:30:08 -05:00
parent 92945a6bdc
commit e8ed67061a
2 changed files with 41 additions and 6 deletions

View File

@@ -1,14 +1,8 @@
import path from "path";
// https://nuxt.com/docs/api/configuration/nuxt-config
export default defineNuxtConfig({
devtools: { enabled: true },
ssr: false,
nitro: {
output: {
publicDir: path.join(__dirname, "docs"),
},
},
app: {
pageTransition: {
name: "page",