diff --git a/app.yaml b/app.yaml index 8e1a280..5783516 100644 --- a/app.yaml +++ b/app.yaml @@ -1,7 +1,7 @@ # [START app_yaml] runtime: nodejs20 -service: sonorous-zone-419218 +# service: sonorous-zone-419218 # Uncomment and replace with your service name if you want to use a specific service subdomain handlers: - url: /.* diff --git a/src/app/page.tsx b/src/app/page.tsx index fd284f0..6545f57 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,7 +1,7 @@ export default function Home() { return (
-

Google Cloud deploy test

+

Google Cloud deploy test 2

); }