Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
8 changes: 7 additions & 1 deletion firebase.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
"hosting": {
"site": "app-link-testing2",
"public": "public",
"ignore": ["firebase.json", "**/.*", "**/node_modules/**"]
"ignore": ["firebase.json", "**/.*", "**/node_modules/**"],
"rewrites": [
{
"source": "/.well-known/**",
"destination": "/.well-known/:splat"
}
]
}
}
33 changes: 0 additions & 33 deletions public/404.html

This file was deleted.

Binary file added public/images/batman.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</head>
<body class="flex items-center justify-center h-screen bg-gray-100">
<div class="text-center">
<h1 class="text-4xl font-bold text-blue-600">App Link Test Page</h1>
<h1 class="text-4xl font-bold text-blue-600">App Link Test Page -V2</h1>
<p class="mt-4 text-gray-700">Click a link to open the app:</p>
<a
href="https://app-link-testing2.web.app/user/123"
Expand Down