This commit is contained in:
Kakabay 2023-03-31 16:02:54 +05:00
parent 2363948235
commit 59fdaaf379
3 changed files with 4 additions and 7 deletions

7
dist/.htaccess vendored
View File

@ -1,5 +1,2 @@
<IfModule mod_rewrite.c> Options -MultiViews RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^ index.html
RewriteEngine On RewriteBase /subdirectory RewriteRule ^index\.html$ - [L] RewriteCond [QSA,L]
%{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-l
RewriteRule . /index.html [L]
</IfModule>

File diff suppressed because one or more lines are too long

2
dist/index.html vendored
View File

@ -5,7 +5,7 @@
<link rel="icon" type="image/svg+xml" href="./logo.svg" /> <link rel="icon" type="image/svg+xml" href="./logo.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Exchange</title> <title>Exchange</title>
<script type="module" crossorigin src="/assets/index.4dab28f5.js"></script> <script type="module" crossorigin src="/assets/index.98fd6d54.js"></script>
<link rel="stylesheet" href="/assets/index.9661e2a1.css"> <link rel="stylesheet" href="/assets/index.9661e2a1.css">
</head> </head>
<body> <body>