Skip to content

Commit

Permalink
Deploying to gh-pages from @ 56a57f9 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
stanlemon committed Sep 9, 2023
0 parents commit fd99f8b
Show file tree
Hide file tree
Showing 15 changed files with 134 additions and 0 deletions.
13 changes: 13 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!doctype html><html><head><meta charset="utf-8"><title>Redirecting...</title></head><body><script>const PUBLIC_PATH = '/';

let pathname = window.location.pathname;
// If we are not serving from the root, remove the public path first.
if (pathname.indexOf(PUBLIC_PATH) > -1) {
pathname = pathname.substring(PUBLIC_PATH.length - 1);
}

const url = window.location.origin + PUBLIC_PATH + '#' + pathname

console.log(`Redirecting from ${window.location.href} to ${url}`);

window.location.href = url;</script></body></html>
Binary file added 423a8867c6e11749ecb7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
lectionary.stanlemon.com
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!doctype html><html lang="en"><head><meta charset="UTF-8"><title>Lutheran Lectionary</title><meta name="description" content=""><meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=0"><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><script defer="defer" src="/runtime.18602bdb8c9a2e25fd00.js"></script><script defer="defer" src="/react.90886ff0cb9e51ad11c4.js"></script><script defer="defer" src="/vendors.854c094a7a9fdd07495d.js"></script><script defer="defer" src="/main.b0b01b116e49f9f5b911.js"></script></head><body><div id="top"></div><header class="title-bar"><h1>Lutheran Lectionary</h1></header><div id="root"></div><footer>Copyright &copy; <a target="_blank" href="https://stanlemon.com">Stan Lemon</a>. <a href="https://github.com/stanlemon/lectionary-js">Check out the source code.</a></footer></body></html>
2 changes: 2 additions & 0 deletions main.b0b01b116e49f9f5b911.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions main.b0b01b116e49f9f5b911.js.map

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions react.90886ff0cb9e51ad11c4.js

Large diffs are not rendered by default.

29 changes: 29 additions & 0 deletions react.90886ff0cb9e51ad11c4.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
/**
* @license React
* react-dom.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/**
* @license React
* react-jsx-runtime.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/**
* @license React
* react.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
1 change: 1 addition & 0 deletions react.90886ff0cb9e51ad11c4.js.map

Large diffs are not rendered by default.

57 changes: 57 additions & 0 deletions report.html

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions runtime.18602bdb8c9a2e25fd00.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions runtime.18602bdb8c9a2e25fd00.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions vendors.854c094a7a9fdd07495d.js

Large diffs are not rendered by default.

19 changes: 19 additions & 0 deletions vendors.854c094a7a9fdd07495d.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
/**
* @license React
* scheduler.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/**
* @license React
* use-sync-external-store-shim.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
1 change: 1 addition & 0 deletions vendors.854c094a7a9fdd07495d.js.map

Large diffs are not rendered by default.

0 comments on commit fd99f8b

Please sign in to comment.