4 comments found.
hi! I bought a license. where is the folder to upload direct to server? I don’t have programming knowledge. Thanks
Only files/folders in the “dist” folder
I uploaded DIST folder but it doesn’t work. Inside there’s not more folders. What can I do? Thankss
there is definitely an “assets” folder inside
you can write to me by email, then we will solve your case
Thanks! Contacted!
how to change the grid for daily game ?
for day mode, the size depends on the selected day equation
Hi there, if I set VITE_BASE_URL with VITE_BASE_URL=/games/game-name is not working. If I let VITE_BASE_URL=/ is working fine. It doesn’t work in dev mode either.
Regards
PS: Game path is /games/game-name but if i put it in / and I set the VITE_BASE_URL=/ is working fine. I need it in /games/game-name.
Contact me at duckmetr@gmail.com
I sent you an email.
this game is not loading for me on an internal page of the site (e.g. site.com/games/game-name/) ... I think issue is game is not in root of site. what code changes need to be made for game to render when in a subfolder vs at root?
You can find the .env file in the root of your project and set the VITE_BASE_URL value according to your path structure.
For example, if your game is in the /games/game-name folder, then you can set VITE_BASE_URL like this:
VITE_BASE_URL=/games/game-name
To generate deployable code, you must run the build command (command: npm run build) after making these changes to the .env. After that, you can take the finished code (dist folder) and upload it to your server or platform for deployment.
our programmer told me “I did a custom build of that game and it still did not work”
Ask your programmer for more details on exactly what he is doing and what errors he is getting.