mirror of
https://github.com/GuerillaStudio/souvenir.git
synced 2024-11-08 10:11:52 +00:00
Remove obsolete deployment config
This commit is contained in:
parent
86810df454
commit
37bfee3053
2 changed files with 0 additions and 10 deletions
|
@ -1,8 +0,0 @@
|
|||
<IfModule mod_rewrite.c>
|
||||
RewriteEngine On
|
||||
RewriteBase /
|
||||
RewriteRule ^index\.html$ - [L]
|
||||
RewriteCond %{REQUEST_FILENAME} !-f
|
||||
RewriteCond %{REQUEST_FILENAME} !-d
|
||||
RewriteRule . /index.html [L]
|
||||
</IfModule>
|
|
@ -1,2 +0,0 @@
|
|||
# Netlify settings for single-page application
|
||||
/* /index.html 200
|
Loading…
Reference in a new issue