Skip to content

Commit 4fae180

Browse files
committed
Static fallback deploy
0 parents  commit 4fae180

165 files changed

Lines changed: 4432 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.nojekyll

Whitespace-only changes.

404.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<!DOCTYPE html><html lang="en"> <head><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><title>Page Not Found - DatoCMS Status</title><link rel="icon" href="/favicon.svg" type="image/svg+xml"><link rel="icon" href="/favicon.png" type="image/png"><link rel="apple-touch-icon" href="/favicon.png"><link rel="alternate" type="application/rss+xml" title="DatoCMS Status - RSS" href="/history.rss"><link rel="alternate" type="application/atom+xml" title="DatoCMS Status - Atom" href="/history.atom"><link rel="alternate" type="application/feed+json" title="DatoCMS Status - JSON Feed" href="/history.json"><link rel="stylesheet" href="/_astro/_page_.DCgGCIWy.css"></head> <body> <div class="page-container"> <div class="page-header"> <a href="/" class="page-header__logo"> <img src="/logo.svg" alt="DatoCMS"> </a> <div class="page-header__subscribe"> <subscribe-modal> <div class="subscribe"> <button class="subscribe__button"> <img src="/rss.svg" alt="">
2+
Subscribe to Updates
3+
</button> </div> </subscribe-modal> </div> </div> <script type="module">class s extends HTMLElement{modal=null;closeHandler=e=>{this.contains(e.target)||this.close()};connectedCallback(){this.querySelector(".subscribe__button").addEventListener("click",()=>{this.modal?this.close():this.open()})}open(){this.modal=document.createElement("ul"),this.modal.className="subscribe__modal",this.modal.innerHTML=`
4+
<li><a href="/history.atom" target="_blank" rel="noreferrer">Atom Feed</a></li>
5+
<li><a href="/history.rss" target="_blank" rel="noreferrer">RSS Feed</a></li>
6+
<li><a href="/history.json" target="_blank" rel="noreferrer">JSON Feed</a></li>
7+
`,this.querySelector(".subscribe").appendChild(this.modal),document.addEventListener("mousedown",this.closeHandler)}close(){this.modal?.remove(),this.modal=null,document.removeEventListener("mousedown",this.closeHandler)}disconnectedCallback(){document.removeEventListener("mousedown",this.closeHandler)}}customElements.define("subscribe-modal",s);</script> <div style="text-align: center; margin: 100px 0;"> <h1 style="font-size: 35px; font-weight: 500; margin-bottom: 10px;">404</h1> <p>Page not found.</p> </div> <div class="page-footer"> <div class="page-footer__link"> <a href="/">Current Status</a> </div> <div class="page-footer__other">DatoCMS Status Page</div> </div> </div> </body></html>

CNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
status2.datocms.com

_astro/ComponentStatusSection.astro_astro_type_script_index_0_lang.mdD55XbB.js

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

_astro/SystemMetrics.CzrnxPRj.css

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

_astro/SystemMetrics.astro_astro_type_script_index_0_lang.DyvPKgKX.js

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

0 commit comments

Comments
 (0)