Skip to content

Commit

Permalink
Merge pull request #84 from Orcania/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
ahmadhassoun366 authored Aug 17, 2023
2 parents c20bde3 + 0886a3a commit f3fcc17
Show file tree
Hide file tree
Showing 7 changed files with 186 additions and 72 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ module.exports = {
es2021: true
},
extends: [
'next/babel',
'next/core-web-vitals',
'standard',
'prettier'
Expand Down
7 changes: 6 additions & 1 deletion next.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
module.exports = {
images: {
domains: ["www.linkedin.com", "twitter.com"],
remotePatterns: [
{
protocol: "https",
hostname: "**",
},
],
},

async redirects() {
Expand Down
152 changes: 152 additions & 0 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
},
"dependencies": {
"autoprefixer": "10.4.14",
"axios": "^1.4.0",
"next": "13.4.4",
"postcss": "8.4.24",
"react": "18.2.0",
Expand Down
Loading

0 comments on commit f3fcc17

Please sign in to comment.