Skip to content

Commit d8c1a32

Browse files
worth a try
1 parent 75fb5db commit d8c1a32

File tree

4 files changed

+2
-34
lines changed

4 files changed

+2
-34
lines changed

app/layout.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
import Link from 'next/link';
22

33
export const metadata = {
4-
title: 'HarperDB - Next.js App',
4+
title: 'Harper - Next.js App',
55
};
66

77
export default function RootLayout({ children }) {
88
return (
99
<html lang="en">
10-
<body style={{ width: '500px', fontFamily: 'sans-serif' }}>
10+
<body style={{ width: '800px', fontFamily: 'sans-serif' }}>
1111
<header>
1212
<nav>
1313
<ul

config.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
graphqlSchema:
2-
files: 'schema.graphql'
3-
jsResource:
4-
files: 'resources.js'
51
'@harperdb/nextjs':
62
package: '@harperdb/nextjs'
73
files: '*'

resources.js

Lines changed: 0 additions & 23 deletions
This file was deleted.

schema.graphql

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)