dualsense-ts 5.2.2 → 5.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
// https://username.github.io/repo-name/one/two?a=b&c=d#qwe becomes
|
|
23
23
|
// https://username.github.io/repo-name/?/one/two&a=b~and~c=d#qwe
|
|
24
24
|
// Otherwise, leave pathSegmentsToKeep as 0.
|
|
25
|
-
var pathSegmentsToKeep =
|
|
25
|
+
var pathSegmentsToKeep = 1;
|
|
26
26
|
|
|
27
27
|
var l = window.location;
|
|
28
28
|
l.replace(
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="
|
|
1
|
+
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="dualsense-ts//favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><link rel="manifest" href="dualsense-ts//manifest.json"/><script type="text/javascript">!function(n){if("/"===n.search[1]){var a=n.search.slice(1).split("&").map((function(n){return n.replace(/~and~/g,"&")})).join("?");window.history.replaceState(null,null,n.pathname.slice(0,-1)+a+n.hash)}}(window.location)</script><title>dualsense-ts</title><script defer="defer" src="/static/js/main.5428c4b5.js"></script><link href="/static/css/main.6dc04a6e.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
// https://username.github.io/repo-name/one/two?a=b&c=d#qwe becomes
|
|
23
23
|
// https://username.github.io/repo-name/?/one/two&a=b~and~c=d#qwe
|
|
24
24
|
// Otherwise, leave pathSegmentsToKeep as 0.
|
|
25
|
-
var pathSegmentsToKeep =
|
|
25
|
+
var pathSegmentsToKeep = 1;
|
|
26
26
|
|
|
27
27
|
var l = window.location;
|
|
28
28
|
l.replace(
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
<html lang="en">
|
|
3
3
|
<head>
|
|
4
4
|
<meta charset="utf-8" />
|
|
5
|
-
<link rel="icon" href="
|
|
5
|
+
<link rel="icon" href="dualsense-ts/%PUBLIC_URL%/favicon.ico" />
|
|
6
6
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
7
7
|
<meta name="theme-color" content="#000000" />
|
|
8
|
-
<link rel="manifest" href="
|
|
8
|
+
<link rel="manifest" href="dualsense-ts/%PUBLIC_URL%/manifest.json" />
|
|
9
9
|
<!-- Start Single Page Apps for GitHub Pages -->
|
|
10
10
|
<script type="text/javascript">
|
|
11
11
|
// Single Page Apps for GitHub Pages
|