Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MPT-119] Mentorship 2024 Launch #810

Merged
merged 13 commits into from
Jul 21, 2024
59 changes: 0 additions & 59 deletions components/Logo.tsx

This file was deleted.

34 changes: 0 additions & 34 deletions components/assets/index.ts

This file was deleted.

6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<meta itemprop="description" content="The Advisory Mentorship Programme" />
<meta
itemprop="image"
content="%PUBLIC_URL%/advisory-mentorship-logo.jpg"
content="%PUBLIC_URL%/advisory-mentorship-logo.png"
/>
<!-- Facebook / OpenGraph -->
<meta property="og:url" content="https://mentorship.advisory.sg" />
Expand All @@ -28,7 +28,7 @@
/>
<meta
property="og:image"
content="%PUBLIC_URL%/advisory-mentorship-logo.jpg"
content="%PUBLIC_URL%/advisory-mentorship-logo.png"
/>
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image" />
Expand All @@ -39,7 +39,7 @@
/>
<meta
name="twitter:image"
content="%PUBLIC_URL%/advisory-mentorship-logo.jpg"
content="%PUBLIC_URL%/advisory-mentorship-logo.png"
/>

<script
Expand Down
7 changes: 7 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"start": "npx serve@latest out",
"prepare": "husky install"
},
"eslintConfig": {
Expand All @@ -49,6 +49,7 @@
"devDependencies": {
"@elastic/elasticsearch": "^8.8.0",
"@next/eslint-plugin-next": "^14.0.4",
"@types/js-cookie": "^3.0.6",
"@types/react": "^18.3.3",
"airtable": "^0.12.2",
"autoprefixer": "^10.4.16",
Expand Down
Loading
Loading