Skip to content

Commit

Permalink
fix: missing root layout on app-static
Browse files Browse the repository at this point in the history
  • Loading branch information
brvnonascimento committed Nov 25, 2022
1 parent ce52d11 commit 1191cc3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions test/e2e/app-dir/app-static/app/layout.js
@@ -0,0 +1,10 @@
export default function Layout({ children }) {
return (
<html lang="en">
<head>
<title>my static blog</title>
</head>
<body>{children}</body>
</html>
)
}

0 comments on commit 1191cc3

Please sign in to comment.