Skip to content

Commit

Permalink
Error fixed & server connected to frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
ShoveetSingh committed May 27, 2024
1 parent 7874a53 commit 352d2b3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 66 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-brands-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
<<<<<<< HEAD

"@fortawesome/react-fontawesome": "^0.2.0",
"aos": "^2.3.4",
=======

"@fortawesome/react-fontawesome": "^0.1.16",
"@types/webidl-conversions": "^7.0.0",
>>>>>>> 2e3ced3f1a6c1a70341b50aee0bde119b118a150

"axios": "^0.27.2",
"bcryptjs": "^2.4.3",
"framer-motion": "^5.5.5",
Expand Down
66 changes: 3 additions & 63 deletions pages/_app.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<<<<<<< HEAD

import Navbar from "@comp/common/Navbar";
import jwt from "jsonwebtoken";
=======
import Navbar from "@comp/Navbar";
//import Navbar from "@comp/Navbar";
// import jwt from "jsonwebtoken";
>>>>>>> 2e3ced3f1a6c1a70341b50aee0bde119b118a150

import "@styles/globals.css";
import Head from "node_modules/next/head";
// import { useEffect } from 'react';
Expand Down Expand Up @@ -100,64 +99,6 @@ function MyApp({ Component, pageProps, router }) {
src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-6172950963478417"
crossOrigin="anonymous"
></script> */}
<<<<<<< HEAD

<title>Amupedia</title>
{/* Primary meta tags */}
<meta name="title" content="Amupedia" />
<meta
name="description"
content="Amupedia is an initiative to help college students pursuing B.Tech, B.E or B.Com, especially from AMU."
/>
<meta name="keywords" content="B.Tech, B.Com, B.E, Amupedia, college program, academic demands, assistance, students, notes, blogs, events, knowledge, influences, connections, ZHCET" />
<meta name="language" content="en" />
<meta name="author" content="Anmol Agrawal, Haider Ali, Muhammad Jufry" />
<meta name="robots" content="index, follow" />
<meta name="revisit-after" content="7 days" />

{/* Open Graph / Facebook */}
<meta
property="og:image"
content="https://www.amupedia.com/og-image.webp"
/>
<meta property="og:image:width" content="150" />
<meta property="og:image:height" content="150" />

<meta property="og:type" content="website" />
<meta property="og:title" content="Amupedia" />
<meta property="og:site_name" content="Amupedia" />
<meta
property="og:description"
content="Amupedia is an initiative to help college students pursuing B.Tech, B.E or B.Com, especially from AMU."
/>
<meta property="og:url" content="https://www.amupedia.com" />

{/* Twitter */}
<meta name="twitter:card" content="summary" />
<script
type="application/ld+json"
dangerouslySetInnerHTML={addProductJsonLd()}
key="product-jsonld"
/>
</Head>
<section styles={{ position: "relative" }}>

<Component {...pageProps}></Component>
<Script
async
src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-6172950963478417"
crossOrigin="anonymous"
></Script>
<Script
src="https://accounts.google.com/gsi/client"
async
defer
></Script>
</section>
</motion.div>
</StoreProvider>
);
=======
<script
src="https://accounts.google.com/gsi/client"
async
Expand Down Expand Up @@ -200,7 +141,6 @@ function MyApp({ Component, pageProps, router }) {
</motion.div>
</StoreProvider>
);
>>>>>>> 2e3ced3f1a6c1a70341b50aee0bde119b118a150
}

export default MyApp;

0 comments on commit 352d2b3

Please sign in to comment.