Skip to content

Commit

Permalink
address refresh 404 issue
Browse files Browse the repository at this point in the history
  • Loading branch information
YiwenXia committed Aug 29, 2022
1 parent 0b1daca commit d6105f9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/.htaccess
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
RewriteEngine On
RewriteBase /
RewriteRule ^index.html$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-l
RewriteRule . /index.html [L]

0 comments on commit d6105f9

Please sign in to comment.