Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
graziabaiamonte committed Apr 22, 2024
1 parent 35c735e commit a666b44
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 19 deletions.
11 changes: 1 addition & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,8 @@ You can start editing the page by modifying `app/page.tsx`. The page auto-update

This project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font.

## Learn More
## Visit the [website](https://graziabaiamonte.github.io/Landing-page-demo/)

To learn more about Next.js, take a look at the following resources:

- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.

You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome!

## Deploy on Vercel

The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.

Check out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.
3 changes: 0 additions & 3 deletions app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ export const metadata: Metadata = {
};

function App () {


return (
<html lang="en">
<body className="bg-colorBG-50">
Expand All @@ -30,5 +28,4 @@ function App () {
</html>
);
}

export default App
6 changes: 0 additions & 6 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,17 @@
const nextConfig = {
/**
* Enable static exports for the App Router.
*
*/
output: "export",

/**
* Set base path. This is the slug of your GitHub repository.
*
*/
basePath: "/Landing-page-demo",

/**
* Disable server-based image optimization. Next.js does not support
* dynamic features with static exports.
*
*/
images: {
unoptimized: true,
Expand Down

0 comments on commit a666b44

Please sign in to comment.