diff --git a/README.md b/README.md index 30e8458..342a340 100644 --- a/README.md +++ b/README.md @@ -42,8 +42,8 @@ As you make changes to your project, you likely want to see them update live. Ou 1. Make sure you're in the right directory with folders like src, public, etc. 2. In your terminal, type `npm i` to **install all the necessary dependencies** for the project. -3. Navigate to ```next.config.mjs and edit the basePath``` to be your ```repository name```. - - **We will also need to add this basePath to every image that we intend to use and localhost url.** +3. Navigate to ```next.config.mjs``` **edit the basePath** to be your ```repository name```. + - **We will also need to add this basePath to every image that we intend to use and localhost url. VERY IMPORTANT** 4. Now, you can run the app with `npm run dev` to **launch a development session**, which comes with its own localhost url! - Changes automatically refresh the app - Any errors will be displayed for you to debug diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 820ee06..cb65478 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,7 +1,6 @@ import type { Metadata } from "next"; import { Inter } from "next/font/google"; import Navbar from "@/components/Navbar/Navbar"; -import Footer from "@/components/Footer/Footer"; import NavLinks from "@/data/navLinks.json"; import "@/globals/globals.scss"; @@ -22,7 +21,6 @@ export default function RootLayout({