Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Commit

Permalink
docs: disable transitions by default (hotfix)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Oct 24, 2022
1 parent 02227a2 commit 5cb6985
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/nuxt.config.ts
@@ -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/]
Expand Down

0 comments on commit 5cb6985

Please sign in to comment.