Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
add the GitHub page Instruction in the readMe file
  • Loading branch information
CloudLun authored May 13, 2024
1 parent a60225c commit 96b6b65
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,18 @@ 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.

## Deploy on GitHub Pages

Make sure to add the [nextjs.yml](https://github.com/BetaNYC/nys-rtc/blob/main/.github/workflows/nextjs.yml) in the .github/ workflows doc path

### In the next config.js file please add:
const nextConfig = {
trailingSlash: true,
output: "export",
};

module.exports = nextConfig;

## Learn More

To learn more about Next.js, take a look at the following resources:
Expand All @@ -27,8 +39,4 @@ To learn more about Next.js, take a look at the following resources:

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.

0 comments on commit 96b6b65

Please sign in to comment.