Skip to content

Commit d83f2b6

Browse files
committed
docs: remove fluid layout
1 parent e08a8e9 commit d83f2b6

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

docs/app.config.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ export default defineAppConfig({
33
title: '⚗️ Nitro',
44
header: {
55
title: false,
6-
logo: true,
7-
fluid: true
6+
logo: true
87
},
98
description: 'Build and Deploy Universal JavaScript Servers.',
109
url: 'https://nitro.unjs.io',
@@ -20,14 +19,10 @@ export default defineAppConfig({
2019
dir: 'docs/content',
2120
edit: true
2221
},
23-
main: {
24-
fluid: true
25-
},
2622
aside: {
2723
level: 1
2824
},
2925
footer: {
30-
fluid: true,
3126
credits: {
3227
icon: '',
3328
text: 'Made with 💛',

0 commit comments

Comments
 (0)