We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75fb5db commit d8c1a32Copy full SHA for d8c1a32
app/layout.js
@@ -1,13 +1,13 @@
1
import Link from 'next/link';
2
3
export const metadata = {
4
- title: 'HarperDB - Next.js App',
+ title: 'Harper - Next.js App',
5
};
6
7
export default function RootLayout({ children }) {
8
return (
9
<html lang="en">
10
- <body style={{ width: '500px', fontFamily: 'sans-serif' }}>
+ <body style={{ width: '800px', fontFamily: 'sans-serif' }}>
11
<header>
12
<nav>
13
<ul
config.yaml
@@ -1,7 +1,3 @@
-graphqlSchema:
- files: 'schema.graphql'
-jsResource:
- files: 'resources.js'
'@harperdb/nextjs':
package: '@harperdb/nextjs'
files: '*'
resources.js
schema.graphql
0 commit comments