Also if you have a multi-page lovable landing page. You will need to create a .htaccess file to ensure the other pages load
RewriteEngine On
RewriteBase /test/ -> replace this with your subdirectory.
RewriteRule ^index\.html$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /test/index.html [L] -> replace /test/ here with your subdirectory