From 88112e062975894c20da965eb55c3ac88839f702 Mon Sep 17 00:00:00 2001 From: Trent Larson Date: Sat, 19 Aug 2023 19:10:32 -0600 Subject: [PATCH] add note for deployment --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 78d0d7c92..7a84a3361 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,9 @@ npm run serve ``` ### Compiles and minifies for production + +If you are deploying in a subdirectory, add it to `publicPath` in vue.config.js, eg: `publicPath: "/app/time-tracker/",` + ``` npm run build ```