Skip to content

Commit

Permalink
fix: disable splash by default
Browse files Browse the repository at this point in the history
Fixes #248
  • Loading branch information
harlan-zw committed Jun 24, 2024
1 parent 585312a commit 840cf49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export default defineNuxtModule<ModuleOptions>({
enabled: true,
debug: nuxt.options.debug,
redirectToCanonicalSiteUrl: false,
splash: nuxt.options.dev,
splash: false, // nuxt.options.dev, - figure out a solution for this in the future
automaticDefaults: true,
fallbackTitle: true,
}
Expand Down

0 comments on commit 840cf49

Please sign in to comment.