Skip to content

Commit

Permalink
deploy: 7d9242b
Browse files Browse the repository at this point in the history
  • Loading branch information
ldhbenecia committed Sep 27, 2023
1 parent 045055c commit 80879cc
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
// https://username.github.io/repo-name/one/two? a=b&c=d#qwe becomes
// https://username.github.io/repo-name/? p=/one/two&q=a=b~and~c=d#qwe
// Otherwise, leave segmentCount as 0.
var segmentCount = 1;
var segmentCount = 2;

var l = window.location;
l.replace(
Expand Down
6 changes: 3 additions & 3 deletions asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"files": {
"main.css": "/static/css/main.4e484f53.css",
"main.js": "/static/js/main.9107f99d.js",
"main.js": "/static/js/main.af49c9a5.js",
"static/media/NanumSquareNeo-bRg.ttf": "/static/media/NanumSquareNeo-bRg.dc621da24afcf6c33e03.ttf",
"static/media/NanumSquareNeo-aLt.ttf": "/static/media/NanumSquareNeo-aLt.8372ddf971ec32258e72.ttf",
"static/media/NanumSquareNeo-cBd.ttf": "/static/media/NanumSquareNeo-cBd.2bf6888760d6cd8ba7c1.ttf",
Expand All @@ -13,10 +13,10 @@
"static/media/clover.png": "/static/media/clover.10e7d37b5869d151b4c8.png",
"index.html": "/index.html",
"main.4e484f53.css.map": "/static/css/main.4e484f53.css.map",
"main.9107f99d.js.map": "/static/js/main.9107f99d.js.map"
"main.af49c9a5.js.map": "/static/js/main.af49c9a5.js.map"
},
"entrypoints": [
"static/css/main.4e484f53.css",
"static/js/main.9107f99d.js"
"static/js/main.af49c9a5.js"
]
}
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="Hufstory" content="Hufstory Web site"/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><script type="text/javascript">!function(i){if(i.search){var a={};i.search.slice(1).split("&").forEach((function(i){var l=i.split("=");a[l[0]]=l.slice(1).join("=").replace(/~and~/g,"&")})),void 0!==a.p&&window.history.replaceState(null,null,i.pathname.slice(0,-1)+(a.p||"")+(a.q?"?"+a.q:"")+i.hash)}}(window.location)</script><title>HufStory</title><script defer="defer" src="/static/js/main.9107f99d.js"></script><link href="/static/css/main.4e484f53.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="Hufstory" content="Hufstory Web site"/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><script type="text/javascript">!function(i){if(i.search){var a={};i.search.slice(1).split("&").forEach((function(i){var l=i.split("=");a[l[0]]=l.slice(1).join("=").replace(/~and~/g,"&")})),void 0!==a.p&&window.history.replaceState(null,null,i.pathname.slice(0,-1)+(a.p||"")+(a.q?"?"+a.q:"")+i.hash)}}(window.location)</script><title>HufStory</title><script defer="defer" src="/static/js/main.af49c9a5.js"></script><link href="/static/css/main.4e484f53.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
1 change: 0 additions & 1 deletion static/js/main.9107f99d.js.map

This file was deleted.

6 changes: 3 additions & 3 deletions static/js/main.9107f99d.js → static/js/main.af49c9a5.js

Large diffs are not rendered by default.

File renamed without changes.
1 change: 1 addition & 0 deletions static/js/main.af49c9a5.js.map

Large diffs are not rendered by default.

0 comments on commit 80879cc

Please sign in to comment.