mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33: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'
|
import { join } from 'pathe'
|
||||||
|
|
||||||
export default defineNuxtConfig({
|
export default defineNuxtConfig({
|
||||||
|
app: {
|
||||||
|
pageTransition: false,
|
||||||
|
layoutTransition: false
|
||||||
|
},
|
||||||
extends: process.env.WEBSITE_THEME ? join(process.env.WEBSITE_THEME, 'theme') : '@nuxt-themes/website',
|
extends: process.env.WEBSITE_THEME ? join(process.env.WEBSITE_THEME, 'theme') : '@nuxt-themes/website',
|
||||||
build: {
|
build: {
|
||||||
transpile: [/content-edge/]
|
transpile: [/content-edge/]
|
||||||
|
Loading…
Reference in New Issue
Block a user