Skip to content

Commit 8d1437d

Browse files
authored
Optimize for Lighthouse audit (#20)
1 parent b8a648c commit 8d1437d

30 files changed

+1361
-5524
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ format:
77
lint:
88
npm run lint
99

10-
local:
10+
local: install format lint
1111
npm run dev
1212

1313
build:

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
## Amr Abed's Personal Website
22

33
[![Website](https://img.shields.io/website-up-down-brightgreen-red/https/amrabed.com.svg?label=amrabed.com)](https://amrabed.com)
4-
[![Build Status](https://travis-ci.org/amrabed/amrabed.github.io.svg?branch=master)](https://travis-ci.org/amrabed/amrabed.github.io)
54
[![](https://sonarcloud.io/api/project_badges/measure?project=amrabed.github.io&metric=alert_status)](https://sonarcloud.io/dashboard?id=amrabed.github.io)
65
[![Known Vulnerabilities](https://snyk.io/test/github/amrabed/amrabed.github.io/badge.svg?targetFile=package.json)](https://snyk.io/test/github/amrabed/amrabed.github.io?targetFile=package.json)
76
[![GitHub issues](https://img.shields.io/github/issues/amrabed/amrabed.github.io.svg)](https://github.com/amrabed/amrabed.github.io/issues)

next.config.mjs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,6 @@ const nextConfig = {
55
reactStrictMode: true,
66
images: {
77
unoptimized: true,
8-
domains: [
9-
"avatars.githubusercontent.com",
10-
"brand.vt.edu",
11-
"images.credly.com",
12-
"bcert.me",
13-
"portal.eng.asu.edu.eg",
14-
"open-scope.com",
15-
],
168
},
179
eslint: {
1810
ignoreDuringBuilds: true,

package-lock.json

Lines changed: 1327 additions & 1316 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@next/third-parties": "^14.2.15",
1515
"@nextui-org/react": "^2.4.6",
1616
"@vercel/analytics": "^1.3.1",
17-
"axios": "^1.3.1",
17+
"axios": "^1.7.5",
1818
"framer-motion": "^10.18.0",
1919
"he": "^1.2.0",
2020
"mongoose": "^7.8.0",

0 commit comments

Comments
 (0)