kenken999's picture
Upload folder using huggingface_hub
69996c8 verified
raw
history blame contribute delete
275 Bytes
# Disable Laravel routing for this directory
RewriteEngine Off
# Allow directory browsing (optional)
Options +Indexes
# Set index file
DirectoryIndex index.html
# Set MIME types
AddType text/html .html
AddType text/css .css
AddType application/javascript .js