Skip to content
Snippets Groups Projects
.htaccess 111 B
Newer Older
  • Learn to ignore specific revisions
  • Damien's avatar
    Damien committed
    
    
    RewriteEngine On
    
    RewriteRule "\.(css|js|eot|ttf|woff|woff2|svg|ico|png)$" - [L]
    
    RewriteRule ^ dist/index.html