-
-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deploying to preview-env from @ 1f4170f 🚀
- Loading branch information
1 parent
34384e2
commit 8a62d5a
Showing
37 changed files
with
939 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
RewriteEngine on | ||
RewriteBase / | ||
|
||
# do not do anything for already existing files | ||
RewriteCond %{REQUEST_FILENAME} -f [OR] | ||
RewriteCond %{REQUEST_FILENAME} -l [OR] | ||
RewriteCond %{REQUEST_FILENAME} -d | ||
RewriteRule (.*) - [L] | ||
|
||
# if request is no valid file NOR directory | ||
RewriteCond %{REQUEST_FILENAME} !-f | ||
RewriteCond %{REQUEST_FILENAME} !-d | ||
# if static asset do not do anything | ||
RewriteRule (.*)(css|js|html|png|jpe?g|gif|bmp|ico|json|csv|otf|eot|svg|svgz|ttf|woff|woff2|ijmap|pdf|tif|map) - [NC,L,R=404] | ||
# everything else should be redirected to /index.html so it can be routed by it | ||
RewriteRule (.*) /index.html [L] |
822 changes: 822 additions & 0 deletions
822
dependabot/npm_and_yarn/testing-bb8a1b1524/assets/index-BWKG12uo.js
Large diffs are not rendered by default.
Oops, something went wrong.
6 changes: 6 additions & 0 deletions
6
dependabot/npm_and_yarn/testing-bb8a1b1524/assets/index-CRpH7Bmq.css
Large diffs are not rendered by default.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,91 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> | ||
<meta name="theme-color" content="#4696e5"> | ||
|
||
<!-- | ||
manifest.json provides metadata used when your web app is added to the | ||
homescreen on Android. See https://developers.google.com/web/fundamentals/engage-and-retain/web-app-manifest/ | ||
--> | ||
<link rel="manifest" href="/manifest.json" crossorigin="use-credentials"> | ||
|
||
<!-- FavIcon itself --> | ||
<link rel="icon" type="image/x-icon" href="/shlink-web-client/dependabot/npm_and_yarn/testing-bb8a1b1524/favicon.ico"> | ||
<link rel="icon" type="image/svg+xml" href="/shlink-web-client/dependabot/npm_and_yarn/testing-bb8a1b1524/favicon.svg" sizes="any"> | ||
<link rel="icon" type="image/png" href="/shlink-web-client/dependabot/npm_and_yarn/testing-bb8a1b1524/favicon.png"> | ||
<link rel="icon" type="image/gif" href="/shlink-web-client/dependabot/npm_and_yarn/testing-bb8a1b1524/favicon.gif"> | ||
<!-- Apple Touch --> | ||
<link rel="apple-touch-icon" sizes="16x16" href="/shlink-web-client/dependabot/npm_and_yarn/testing-bb8a1b1524/icons/icon-16x16.png"> | ||
<link rel="apple-touch-icon" sizes="24x24" href="/shlink-web-client/dependabot/npm_and_yarn/testing-bb8a1b1524/icons/icon-24x24.png"> | ||
<link rel="apple-touch-icon" sizes="32x32" href="/shlink-web-client/dependabot/npm_and_yarn/testing-bb8a1b1524/icons/icon-32x32.png"> | ||
<link rel="apple-touch-icon" sizes="40x40" href="/shlink-web-client/dependabot/npm_and_yarn/testing-bb8a1b1524/icons/icon-40x40.png"> | ||
<link rel="apple-touch-icon" sizes="48x48" href="/shlink-web-client/dependabot/npm_and_yarn/testing-bb8a1b1524/icons/icon-48x48.png"> | ||
<link rel="apple-touch-icon" sizes="60x60" href="/shlink-web-client/dependabot/npm_and_yarn/testing-bb8a1b1524/icons/icon-60x60.png"> | ||
<link rel="apple-touch-icon" sizes="64x64" href="/shlink-web-client/dependabot/npm_and_yarn/testing-bb8a1b1524/icons/icon-64x64.png"> | ||
<link rel="apple-touch-icon" sizes="72x72" href="/shlink-web-client/dependabot/npm_and_yarn/testing-bb8a1b1524/icons/icon-72x72.png"> | ||
<link rel="apple-touch-icon" sizes="76x76" href="/shlink-web-client/dependabot/npm_and_yarn/testing-bb8a1b1524/icons/icon-76x76.png"> | ||
<link rel="apple-touch-icon" sizes="96x96" href="/shlink-web-client/dependabot/npm_and_yarn/testing-bb8a1b1524/icons/icon-96x96.png"> | ||
<link rel="apple-touch-icon" sizes="114x114" href="/shlink-web-client/dependabot/npm_and_yarn/testing-bb8a1b1524/icons/icon-114x114.png"> | ||
<link rel="apple-touch-icon" sizes="120x120" href="/shlink-web-client/dependabot/npm_and_yarn/testing-bb8a1b1524/icons/icon-120x120.png"> | ||
<link rel="apple-touch-icon" sizes="128x128" href="/shlink-web-client/dependabot/npm_and_yarn/testing-bb8a1b1524/icons/icon-128x128.png"> | ||
<link rel="apple-touch-icon" sizes="144x144" href="/shlink-web-client/dependabot/npm_and_yarn/testing-bb8a1b1524/icons/icon-144x144.png"> | ||
<link rel="apple-touch-icon" sizes="150x150" href="/shlink-web-client/dependabot/npm_and_yarn/testing-bb8a1b1524/icons/icon-150x150.png"> | ||
<link rel="apple-touch-icon" sizes="152x152" href="/shlink-web-client/dependabot/npm_and_yarn/testing-bb8a1b1524/icons/icon-152x152.png"> | ||
<link rel="apple-touch-icon" sizes="160x160" href="/shlink-web-client/dependabot/npm_and_yarn/testing-bb8a1b1524/icons/icon-160x160.png"> | ||
<link rel="apple-touch-icon" sizes="167x167" href="/shlink-web-client/dependabot/npm_and_yarn/testing-bb8a1b1524/icons/icon-167x167.png"> | ||
<link rel="apple-touch-icon" sizes="180x180" href="/shlink-web-client/dependabot/npm_and_yarn/testing-bb8a1b1524/icons/icon-180x180.png"> | ||
<link rel="apple-touch-icon" sizes="192x192" href="/shlink-web-client/dependabot/npm_and_yarn/testing-bb8a1b1524/icons/icon-192x192.png"> | ||
<link rel="apple-touch-icon" sizes="196x196" href="/shlink-web-client/dependabot/npm_and_yarn/testing-bb8a1b1524/icons/icon-196x196.png"> | ||
<link rel="apple-touch-icon" sizes="228x228" href="/shlink-web-client/dependabot/npm_and_yarn/testing-bb8a1b1524/icons/icon-228x228.png"> | ||
<link rel="apple-touch-icon" sizes="256x256" href="/shlink-web-client/dependabot/npm_and_yarn/testing-bb8a1b1524/icons/icon-256x256.png"> | ||
<link rel="apple-touch-icon" sizes="310x310" href="/shlink-web-client/dependabot/npm_and_yarn/testing-bb8a1b1524/icons/icon-310x310.png"> | ||
<link rel="apple-touch-icon" sizes="384x384" href="/shlink-web-client/dependabot/npm_and_yarn/testing-bb8a1b1524/icons/icon-384x384.png"> | ||
<link rel="apple-touch-icon" sizes="512x512" href="/shlink-web-client/dependabot/npm_and_yarn/testing-bb8a1b1524/icons/icon-512x512.png"> | ||
<link rel="apple-touch-icon" sizes="1024x1024" href="/shlink-web-client/dependabot/npm_and_yarn/testing-bb8a1b1524/icons/icon-1024x1024.png"> | ||
<!-- Normal --> | ||
<link rel="icon" type="image/png" sizes="1024x1024" href="/shlink-web-client/dependabot/npm_and_yarn/testing-bb8a1b1524/icons/icon-1024x1024.png"> | ||
<link rel="icon" type="image/png" sizes="512x512" href="/shlink-web-client/dependabot/npm_and_yarn/testing-bb8a1b1524/icons/icon-512x512.png"> | ||
<link rel="icon" type="image/png" sizes="384x384" href="/shlink-web-client/dependabot/npm_and_yarn/testing-bb8a1b1524/icons/icon-384x384.png"> | ||
<link rel="icon" type="image/png" sizes="310x310" href="/shlink-web-client/dependabot/npm_and_yarn/testing-bb8a1b1524/icons/icon-310x310.png"> | ||
<link rel="icon" type="image/png" sizes="256x256" href="/shlink-web-client/dependabot/npm_and_yarn/testing-bb8a1b1524/icons/icon-256x256.png"> | ||
<link rel="icon" type="image/png" sizes="228x228" href="/shlink-web-client/dependabot/npm_and_yarn/testing-bb8a1b1524/icons/icon-228x228.png"> | ||
<link rel="icon" type="image/png" sizes="196x196" href="/shlink-web-client/dependabot/npm_and_yarn/testing-bb8a1b1524/icons/icon-196x196.png"> | ||
<link rel="icon" type="image/png" sizes="192x192" href="/shlink-web-client/dependabot/npm_and_yarn/testing-bb8a1b1524/icons/icon-192x192.png"> | ||
<link rel="icon" type="image/png" sizes="180x180" href="/shlink-web-client/dependabot/npm_and_yarn/testing-bb8a1b1524/icons/icon-180x180.png"> | ||
<link rel="icon" type="image/png" sizes="167x167" href="/shlink-web-client/dependabot/npm_and_yarn/testing-bb8a1b1524/icons/icon-167x167.png"> | ||
<link rel="icon" type="image/png" sizes="160x160" href="/shlink-web-client/dependabot/npm_and_yarn/testing-bb8a1b1524/icons/icon-160x160.png"> | ||
<link rel="icon" type="image/png" sizes="152x152" href="/shlink-web-client/dependabot/npm_and_yarn/testing-bb8a1b1524/icons/icon-152x152.png"> | ||
<link rel="icon" type="image/png" sizes="150x150" href="/shlink-web-client/dependabot/npm_and_yarn/testing-bb8a1b1524/icons/icon-150x150.png"> | ||
<link rel="icon" type="image/png" sizes="144x144" href="/shlink-web-client/dependabot/npm_and_yarn/testing-bb8a1b1524/icons/icon-144x144.png"> | ||
<link rel="icon" type="image/png" sizes="128x128" href="/shlink-web-client/dependabot/npm_and_yarn/testing-bb8a1b1524/icons/icon-128x128.png"> | ||
<link rel="icon" type="image/png" sizes="120x120" href="/shlink-web-client/dependabot/npm_and_yarn/testing-bb8a1b1524/icons/icon-120x120.png"> | ||
<link rel="icon" type="image/png" sizes="114x114" href="/shlink-web-client/dependabot/npm_and_yarn/testing-bb8a1b1524/icons/icon-114x114.png"> | ||
<link rel="icon" type="image/png" sizes="96x96" href="/shlink-web-client/dependabot/npm_and_yarn/testing-bb8a1b1524/icons/icon-96x96.png"> | ||
<link rel="icon" type="image/png" sizes="76x76" href="/shlink-web-client/dependabot/npm_and_yarn/testing-bb8a1b1524/icons/icon-76x76.png"> | ||
<link rel="icon" type="image/png" sizes="72x72" href="/shlink-web-client/dependabot/npm_and_yarn/testing-bb8a1b1524/icons/icon-72x72.png"> | ||
<link rel="icon" type="image/png" sizes="64x64" href="/shlink-web-client/dependabot/npm_and_yarn/testing-bb8a1b1524/icons/icon-64x64.png"> | ||
<link rel="icon" type="image/png" sizes="60x60" href="/shlink-web-client/dependabot/npm_and_yarn/testing-bb8a1b1524/icons/icon-60x60.png"> | ||
<link rel="icon" type="image/png" sizes="48x48" href="/shlink-web-client/dependabot/npm_and_yarn/testing-bb8a1b1524/icons/icon-48x48.png"> | ||
<link rel="icon" type="image/png" sizes="40x40" href="/shlink-web-client/dependabot/npm_and_yarn/testing-bb8a1b1524/icons/icon-40x40.png"> | ||
<link rel="icon" type="image/png" sizes="32x32" href="/shlink-web-client/dependabot/npm_and_yarn/testing-bb8a1b1524/icons/icon-32x32.png"> | ||
<link rel="icon" type="image/png" sizes="24x24" href="/shlink-web-client/dependabot/npm_and_yarn/testing-bb8a1b1524/icons/icon-24x24.png"> | ||
<link rel="icon" type="image/png" sizes="16x16" href="/shlink-web-client/dependabot/npm_and_yarn/testing-bb8a1b1524/icons/icon-16x16.png"> | ||
<!-- MS --> | ||
<meta name="msapplication-TileImage" content="/icons/icon-144x144.png"> | ||
<meta name="msapplication-square70x70logo" content="/icons/icon-70x70.png"> | ||
<meta name="msapplication-square144x144logo" content="/icons/icon-144x144.png"> | ||
<meta name="msapplication-square150x150logo" content="/icons/icon-150x150.png"> | ||
<meta name="msapplication-square310x310logo" content="/icons/icon-310x310.png"> | ||
<title>Shlink — The URL shortener</title> | ||
<script type="module" crossorigin src="/shlink-web-client/dependabot/npm_and_yarn/testing-bb8a1b1524/assets/index-BWKG12uo.js"></script> | ||
<link rel="stylesheet" crossorigin href="/shlink-web-client/dependabot/npm_and_yarn/testing-bb8a1b1524/assets/index-CRpH7Bmq.css"> | ||
<link rel="manifest" href="/shlink-web-client/dependabot/npm_and_yarn/testing-bb8a1b1524/manifest.json"></head> | ||
<body> | ||
<noscript> | ||
You need to enable JavaScript to run this app. | ||
</noscript> | ||
<div id="root"></div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"name":"Shlink","short_name":"Shlink","start_url":"/","display":"standalone","background_color":"#4696e5","lang":"en","scope":"/shlink-web-client/dependabot/npm_and_yarn/testing-bb8a1b1524/","theme_color":"#4696e5","icons":[{"src":"./icons/icon-16x16.png","type":"image/png","sizes":"16x16"},{"src":"./icons/icon-24x24.png","type":"image/png","sizes":"24x24"},{"src":"./icons/icon-32x32.png","type":"image/png","sizes":"32x32"},{"src":"./icons/icon-40x40.png","type":"image/png","sizes":"40x40"},{"src":"./icons/icon-48x48.png","type":"image/png","sizes":"48x48"},{"src":"./icons/icon-60x60.png","type":"image/png","sizes":"60x60"},{"src":"./icons/icon-64x64.png","type":"image/png","sizes":"64x64"},{"src":"./icons/icon-72x72.png","type":"image/png","sizes":"72x72"},{"src":"./icons/icon-76x76.png","type":"image/png","sizes":"76x76"},{"src":"./icons/icon-96x96.png","type":"image/png","sizes":"96x96"},{"src":"./icons/icon-114x114.png","type":"image/png","sizes":"114x114"},{"src":"./icons/icon-120x120.png","type":"image/png","sizes":"120x120"},{"src":"./icons/icon-128x128.png","type":"image/png","sizes":"128x128"},{"src":"./icons/icon-144x144.png","type":"image/png","sizes":"144x144"},{"src":"./icons/icon-150x150.png","type":"image/png","sizes":"150x150"},{"src":"./icons/icon-152x152.png","type":"image/png","sizes":"152x152"},{"src":"./icons/icon-160x160.png","type":"image/png","sizes":"160x160"},{"src":"./icons/icon-167x167.png","type":"image/png","sizes":"167x167"},{"src":"./icons/icon-180x180.png","type":"image/png","sizes":"180x180"},{"src":"./icons/icon-192x192.png","type":"image/png","sizes":"192x192"},{"src":"./icons/icon-196x196.png","type":"image/png","sizes":"196x196"},{"src":"./icons/icon-228x228.png","type":"image/png","sizes":"228x228"},{"src":"./icons/icon-256x256.png","type":"image/png","sizes":"256x256"},{"src":"./icons/icon-310x310.png","type":"image/png","sizes":"310x310"},{"src":"./icons/icon-384x384.png","type":"image/png","sizes":"384x384"},{"src":"./icons/icon-512x512.png","type":"image/png","sizes":"512x512"},{"src":"./icons/icon-1024x1024.png","type":"image/png","sizes":"1024x1024"}]} |
Large diffs are not rendered by default.
Oops, something went wrong.