Skip to content

Commit 74c14d0

Browse files
committed
Deploy preview for PR 2557 πŸ›«
1 parent 977d1fc commit 74c14d0

6 files changed

Lines changed: 29 additions & 28 deletions

File tree

β€Žpr-preview/pr-2557/docs/v11_6/markdown-and-sources-data.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

β€Žpr-preview/pr-2557/docs/v11_7/markdown-and-sources-data.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

β€Žpr-preview/pr-2557/index.htmlβ€Ž

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
<!doctype html><html lang="en" dir="ltr"><head><base href="/pr-preview/pr-2557/"/><script>;(function () {
2-
var base = '/pr-preview/pr-2557/'
3-
var l = window.location
4-
if (l.pathname === base) return
5-
if (l.pathname + '/' === base) return
6-
if (l.pathname.indexOf(base) !== 0) return
7-
var rest = l.pathname.slice(base.length)
8-
l.replace(
9-
base + '?__spa_route=' + encodeURIComponent('/' + rest + l.hash)
2+
const base = '/pr-preview/pr-2557/'
3+
const { pathname, search, hash } = window.location
4+
if (pathname === base || pathname + '/' === base) return
5+
if (!pathname.startsWith(base)) return
6+
const rest = pathname.slice(base.length)
7+
window.location.replace(
8+
base +
9+
'?__spa_route=' +
10+
encodeURIComponent('/' + rest + search + hash)
1011
)
1112
})()</script><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="ie=edge"/><meta name="viewport" content="width=device-width,initial-scale=1"/><title>Instructure UI</title><link rel="icon" sizes="48x48" type="image/png" href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAIGNIUk0AAHomAACAhAAA+gAAAIDoAAB1MAAA6mAAADqYAAAXcJy6UTwAAAAhUExURQYcMOzt75afqP///z4eL68hLHcfLeciKg8kN9ba3Z+nr/Cciq0AAAABYktHRAMRDEzyAAAAB3RJTUUH6QkICx4M5Jk2YQAAAEZJREFUOMtjYBgFuICgoBB2CWNjo1GJoS/hGuaAXaK8vASrBFt5eSlWCdby8nJcEth1sJSXl6GLc8ycOYuBga0U01WjAAYAf4oY5LYoa2EAAAAldEVYdGRhdGU6Y3JlYXRlADIwMjUtMDktMDhUMTE6MzA6MTArMDA6MDD/lM3MAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDI1LTA5LTA4VDExOjMwOjEwKzAwOjAwjsl1cAAAACh0RVh0ZGF0ZTp0aW1lc3RhbXAAMjAyNS0wOS0wOFQxMTozMDoxMiswMDowME5DRYYAAAAASUVORK5CYII="/><link rel="preconnect" href="https://fonts.googleapis.com"/><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin/><link href="https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible+Next:ital,wght@0,200..800;1,200..800&family=Inclusive+Sans:ital,wght@0,300..700;1,300..700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap" rel="stylesheet"/><link rel="prefetch" href="https://instui-docs.s3.us-east-2.amazonaws.com/hero2.jpg" as="image"/><link rel="preload" href="https://instui-docs.s3.us-east-2.amazonaws.com/tiempos-headline-web-bold.woff2" as="font" type="font/woff2" crossorigin/><style>@font-face {
1213
font-family: 'TiemposHeadlineWebBold';

β€Žpr-preview/pr-2557/main.jsβ€Ž

Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žpr-preview/pr-2557/markdown-and-sources-data.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.
0 Bytes
Binary file not shown.

0 commit comments

Comments
Β (0)