-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #234 from LaurierHawkHacks/revert-232-main
Revert "Prod Deployments For AppCheck/ReCaptcha"
- Loading branch information
Showing
7 changed files
with
28 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,25 @@ | ||
<!doctype html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<link rel="icon" type="image/svg+xml" href="./src/assets/favicon.svg" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<meta name="description" content="HawkHacks Hacker Portal" /> | ||
<meta | ||
name="keywords" | ||
content="hawkhacks, hawkhacks portal, hakwhacks dashboard, my hawkhacks, wilfrid laurier hackathon" | ||
/> | ||
<title>HawkHacks | Dashboard</title> | ||
|
||
<meta property="og:title" content="HawkHacks" /> | ||
<meta property="og:site_name" content="HawkHacks" /> | ||
<meta | ||
property="og:description" | ||
content="Wilfrid Laurier's first large-scale global hackathon!" | ||
/> | ||
<meta property="og:url" content="https://hawkhacks.ca/" /> | ||
<meta property="og:locale" content="en_CA" /> | ||
<meta property="og:locale:alternate" content="en_GB" /> | ||
<meta property="og:locale:alternate" content="en_US" /> | ||
</head> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<link rel="icon" type="image/svg+xml" href="./src/assets/favicon.svg" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<title>HawkHacks | Dashboard</title> | ||
|
||
<meta property="og:title" content="HawkHacks" /> | ||
<meta property="og:site_name" content="HawkHacks" /> | ||
<meta property="og:description" content="Wilfrid Laurier's first large-scale global hackathon!" /> | ||
<meta property="og:url" content="https://hawkhacks.ca/" /> | ||
<meta property="og:locale" content="en_CA" /> | ||
<meta property="og:locale:alternate" content="en_GB" /> | ||
<meta property="og:locale:alternate" content="en_US" /> | ||
</head> | ||
|
||
<body> | ||
<div id="root"></div> | ||
<div id="notifications"></div> | ||
<script type="module" src="/src/main.tsx"></script> | ||
</body> | ||
|
||
<body> | ||
<div id="root"></div> | ||
<div id="notifications"></div> | ||
<script type="module" src="/src/main.tsx"></script> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters