mirror of
https://github.com/BlossomiShymae/clean-cuts.git
synced 2025-12-06 10:10:47 +01:00
Add workflow example
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user