From 1f299c47f367892d35f1274df490b6ba9a056d77 Mon Sep 17 00:00:00 2001 From: "y@sin" <82749099+mryasinize@users.noreply.github.com> Date: Wed, 8 Oct 2025 22:07:49 +0600 Subject: [PATCH] Update README.md - Updated dashboard demo URL from `.sh` to `.app` - Added demo email and password for easier testing --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dba63fb1..390feb41 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,10 @@ This repository contains starter templates and final code for [Learn Next.js](https://nextjs.org/learn) courses: -- 🆕 [Learn Next.js App Router, Data Fetching, Databases, and Auth](https://nextjs.org/learn) ([demo](https://next-learn-dashboard.vercel.sh)) +- 🆕 [Learn Next.js App Router, Data Fetching, Databases, and Auth](https://nextjs.org/learn) ([demo](https://next-learn-dashboard.vercel.app)) + - **Demo Credentials:** + ✉️ Email: `user@nextmail.com` + 🔑 Password: `123456` - [Learn Basics and TypeScript](https://nextjs.org/learn-pages-router/basics/create-nextjs-app) ([demo](https://next-learn-starter.vercel.app)) - [Learn SEO](https://nextjs.org/learn-pages-router/seo/introduction-to-seo) ([demo](https://next-seo-starter.vercel.app))