From b451838a0321fb23a4832d9e9de8ca808e9ce278 Mon Sep 17 00:00:00 2001 From: Valdo <vteixeiraromao@gmail.com> Date: Mon, 3 Oct 2022 16:38:34 +0100 Subject: [PATCH] Fixed HTML files instruction location --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d9aca70..684947c 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,8 @@ To understand how to use this starter kit, follow the tutorial at [https://worka If you want to use more than one map file, just add the new map file in the root folder, your tilesets in the assets folder and a new script if you need it in the src folder (it will be automaticaly optimized in production). +If you are going to create custom websites to embed in the map, please reference the HTML files in the `input` option in *vite.config.js*. + ## Requirements Node.js version >=16 @@ -28,8 +30,6 @@ npm install npm run dev ``` -If you are going to create custom websites to embed in the map, please reference the HTML files in the `input` option in *vite.config.js*. - ## Test optimized map You can test the optimized map as you do in production: ```sh -- GitLab