mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-19 01:45:53 +00:00
docs: disable transitions by default as hotfix (#8434)
This commit is contained in:
parent
4536242245
commit
6de1431a37
@ -1,6 +1,10 @@
|
||||
import { join } from 'pathe'
|
||||
|
||||
export default defineNuxtConfig({
|
||||
app: {
|
||||
pageTransition: false,
|
||||
layoutTransition: false
|
||||
},
|
||||
extends: process.env.WEBSITE_THEME ? join(process.env.WEBSITE_THEME, 'theme') : '@nuxt-themes/website',
|
||||
build: {
|
||||
transpile: [/content-edge/]
|
||||
|
Loading…
Reference in New Issue
Block a user