elixir-cloud-aai / landing-page

ELIXIR Cloud & AAI landing page
https://elixir-cloud.dcc.sib.swiss
Apache License 2.0
4 stars 14 forks source link

refactor: Move to Next.js 13 #108

Open anuragxxd opened 1 year ago

anuragxxd commented 1 year ago

Description

The project currently utilizes an older version of Next.js and follows an outdated directory structure with the pages residing in the old pages directory. This issue aims to migrate the project to the latest Next.js version (Next.js 13) and reorganize the project structure using the new apps directory pattern. This will enhance the project's maintainability, take advantage of new features, and align with best practices.

Addition Context

Next.js docs to migrate the project: https://nextjs.org/docs/pages/building-your-application/upgrading/app-router-migration

anubhav1206 commented 1 year ago

Can I work on this?

uniqueg commented 1 year ago

Thanks, @anubhav1206. I think unless @git-anurag-hub has already started on this, you are very welcome to give it a shot :)

uniqueg commented 3 months ago

Now Next.js 14 ;-)