From 11c7d51346777525ceea29bb72c32a336b4799d3 Mon Sep 17 00:00:00 2001 From: maximusofsky Date: Sat, 10 Jun 2023 11:21:44 -0500 Subject: [PATCH] Update URL to demo app (#382) Can you also update the URL in the repo description? It took me awhile to realize this redirect was happening and knocking a few points off the Google Lighhouse / Page Speed score (https://github.com/gothinkster/vue-realworld-example-app/issues/109) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f1b99b9..fbbee77 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ > Vue.js codebase containing real world examples (CRUD, auth, advanced patterns, etc) that adheres to the [RealWorld](https://github.com/gothinkster/realworld) spec and API. -Project demo is available at https://vue-vuex-realworld.netlify.com/#/ +Project demo is available at https://vue-vuex-realworld.netlify.app/ This codebase was created to demonstrate a fully fledged fullstack application built with **Vue.js** including CRUD operations, authentication, routing, pagination, and more.