Skip to content

Commit

Permalink
docs: remove fluid layout
Browse files Browse the repository at this point in the history
  • Loading branch information
Atinux committed Feb 24, 2023
1 parent e08a8e9 commit d83f2b6
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions docs/app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ export default defineAppConfig({
title: '⚗️ Nitro',
header: {
title: false,
logo: true,
fluid: true
logo: true
},
description: 'Build and Deploy Universal JavaScript Servers.',
url: 'https://nitro.unjs.io',
Expand All @@ -20,14 +19,10 @@ export default defineAppConfig({
dir: 'docs/content',
edit: true
},
main: {
fluid: true
},
aside: {
level: 1
},
footer: {
fluid: true,
credits: {
icon: '',
text: 'Made with 💛',
Expand Down

0 comments on commit d83f2b6

Please sign in to comment.