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

Optimize for Lighthouse audit #20

Merged
merged 5 commits into from
Oct 22, 2024
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
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ format:
lint:
npm run lint

local:
local: install format lint
npm run dev

build:
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
## Amr Abed's Personal Website

[![Website](https://img.shields.io/website-up-down-brightgreen-red/https/amrabed.com.svg?label=amrabed.com)](https://amrabed.com)
[![Build Status](https://travis-ci.org/amrabed/amrabed.github.io.svg?branch=master)](https://travis-ci.org/amrabed/amrabed.github.io)
[![](https://sonarcloud.io/api/project_badges/measure?project=amrabed.github.io&metric=alert_status)](https://sonarcloud.io/dashboard?id=amrabed.github.io)
[![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)
[![GitHub issues](https://img.shields.io/github/issues/amrabed/amrabed.github.io.svg)](https://github.com/amrabed/amrabed.github.io/issues)
Expand Down
8 changes: 0 additions & 8 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,6 @@ const nextConfig = {
reactStrictMode: true,
images: {
unoptimized: true,
domains: [
"avatars.githubusercontent.com",
"brand.vt.edu",
"images.credly.com",
"bcert.me",
"portal.eng.asu.edu.eg",
"open-scope.com",
],
},
eslint: {
ignoreDuringBuilds: true,
Expand Down
2,643 changes: 1,327 additions & 1,316 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@next/third-parties": "^14.2.15",
"@nextui-org/react": "^2.4.6",
"@vercel/analytics": "^1.3.1",
"axios": "^1.3.1",
"axios": "^1.7.5",
"framer-motion": "^10.18.0",
"he": "^1.2.0",
"mongoose": "^7.8.0",
Expand Down
Loading