GitXplorerGitXplorer
J

next-redirects

public
0 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
a116fde91fd0fb7e805ed421dfc9ef637dc25f53

added trailingSlash in next.config.js

JJay2113 committed 2 years ago
Unverified
9e19619b50c2bd03b510071d76c74880f3a0f596

disabled image optimization

JJay2113 committed 2 years ago
Unverified
d5e72072a74a65bf44703928f4e0820ecbbaf42e

updated app to SSG

JJay2113 committed 2 years ago
Unverified
3544318a1732de6161f8e175da402bf0c7a79a75

downgraded to 13.2.4

JJay2113 committed 2 years ago
Unverified
c92644f389ea17decef45238353f419d4753c457

added test route

JJay2113 committed 2 years ago
Unverified
e2fe4a264899ffd6b97f9954bfcb1282c4173876

initial commit

JJay2113 committed 2 years ago

README

The README file for this repository.

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying pages/index.js. The page auto-updates as you edit the file.

API routes can be accessed on http://localhost:3000/api/hello. This endpoint can be edited in pages/api/hello.js.

The pages/api directory is mapped to /api/*. Files in this directory are treated as API routes instead of React pages.

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

Learn More

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

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.