File tree 2 files changed +8
-0
lines changed
frontend/run/nextjs-helloworld/app
2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 12
12
// See the License for the specific language governing permissions and
13
13
// limitations under the License.;
14
14
15
+ // [START cloudrun_nextjs_helloworld_service]
16
+ // [START run_nextjs_helloworld_service]
15
17
export default function RootLayout ( { children} ) {
16
18
return (
17
19
< html lang = "en" >
18
20
< body > { children } </ body >
19
21
</ html >
20
22
) ;
21
23
}
24
+ // [END run_nextjs_helloworld_service]
25
+ // [END cloudrun_nextjs_helloworld_service]
Original file line number Diff line number Diff line change 12
12
// See the License for the specific language governing permissions and
13
13
// limitations under the License.
14
14
15
+ // [START cloudrun_nextjs_helloworld_service]
16
+ // [START run_nextjs_helloworld_service]
15
17
export default function Page ( ) {
16
18
return < h1 > Hello, Next.js!</ h1 > ;
17
19
}
20
+ // [END run_nextjs_helloworld_service]
21
+ // [END cloudrun_nextjs_helloworld_service]
You can’t perform that action at this time.
0 commit comments