Skip to content

Commit

Permalink
fix: disable banner module
Browse files Browse the repository at this point in the history
  • Loading branch information
m0ksem committed Apr 12, 2023
1 parent 7f04cde commit 5b04fb6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/docs/modules/banner/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ export default defineNuxtModule<any>({
},

setup(options) {
return // Disabled for railway

addPluginTemplate({
src: resolve(__dirname, './runtime/banner.ts'),

Expand Down

0 comments on commit 5b04fb6

Please sign in to comment.