From ae13231f370a52f67d32ee59a7012a69026263ff Mon Sep 17 00:00:00 2001 From: Pascal Schneider <77938819+passchn@users.noreply.github.com> Date: Thu, 16 Jun 2022 11:41:43 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e5ba1c7..08d0e25 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ The build files will end up in `/webroot/build` by default. Your `vite.config.js #### Recommended configuration: -See the example [vite.config.ts content here](https://github.com/brandcom/cakephp-vite/wiki/example-vite-config#vite-below-290). Note that the config changes when upgrading to vite version `2.9.0` or higher. +See the example [vite.config.ts content here](https://github.com/brandcom/cakephp-vite/wiki/example-vite-config). Note that the config changes when upgrading to vite version `2.9.0` or higher. A difference to other dev servers, e.g. webpack or gulp is that you won't access your local site via the port where Vite is serving. This does not work with php.