Skip to content

Commit 7894b11

Browse files
authored
Merge pull request #45 from sliit-foss/main
Track main
2 parents 2ae2be6 + ba63810 commit 7894b11

11 files changed

Lines changed: 6397 additions & 4934 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,6 @@ dist-ssr
3232

3333
# Sentry Auth Token
3434
.env.sentry-build-plugin
35+
36+
.vercel
37+
.env*.local

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
<link rel="preconnect" href="https://fonts.googleapis.com" />
88
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
99
<link rel="preload" href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap"
10-
as="style" />
11-
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" />
10+
as="style" onload="this.onload=null;this.rel='stylesheet'" />
11+
<noscript><link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" /></noscript>
1212
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
1313
<meta name="description" content="Race against time with automation" />
14-
<meta property="og:title" content="Bashaway | 2024" />
14+
<meta property="og:title" content="Bashaway | 2025" />
1515
<meta property="og:description" content="Race against time with automation" />
1616
<meta property="og:image" content="https://portal.bashaway.sliitfoss.org/assets/icons/favicon.svg" />
1717
<meta property="og:image:width" content="64" />
@@ -25,7 +25,7 @@
2525
<meta property="twitter:title" content="Bashaway Competitor Portal">
2626
<meta property="twitter:description" content="Race against time with automation">
2727
<meta property="twitter:card" content="summary_large_image">
28-
<title>Bashaway | 2024</title>
28+
<title>Bashaway | 2025</title>
2929
</head>
3030

3131
<body>

0 commit comments

Comments
 (0)