Skip to content

Commit

Permalink
Deploying to gh-pages from @ 5adea4e 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinbarron committed Oct 4, 2023
1 parent 54f89b5 commit 31c8968
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 44 deletions.
6 changes: 3 additions & 3 deletions next/sample/pr/2756/asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"files": {
"main.js": "/static/js/main.c60e4f53.js",
"main.js": "/static/js/main.f1502d33.js",
"index.html": "/index.html",
"main.c60e4f53.js.map": "/static/js/main.c60e4f53.js.map"
"main.f1502d33.js.map": "/static/js/main.f1502d33.js.map"
},
"entrypoints": [
"static/js/main.c60e4f53.js"
"static/js/main.f1502d33.js"
]
}
30 changes: 0 additions & 30 deletions next/sample/pr/2756/incidents.json

This file was deleted.

2 changes: 1 addition & 1 deletion next/sample/pr/2756/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="shortcut icon" href="/favicon.png"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><link rel="manifest" href="/manifest.json"/><title>Contoso Dashboard</title><script defer="defer" src="/static/js/main.c60e4f53.js"></script></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="shortcut icon" href="/favicon.png"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><link rel="manifest" href="/manifest.json"/><title>Contoso Dashboard</title><script defer="defer" src="/static/js/main.f1502d33.js"></script></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
3 changes: 0 additions & 3 deletions next/sample/pr/2756/static/js/main.c60e4f53.js

This file was deleted.

3 changes: 3 additions & 0 deletions next/sample/pr/2756/static/js/main.f1502d33.js

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -42,17 +42,30 @@ PERFORMANCE OF THIS SOFTWARE.
* SPDX-License-Identifier: BSD-3-Clause
*/

/** @license React v0.20.2
* scheduler.production.min.js
/**
* @remix-run/router v1.9.0
*
* Copyright (c) Facebook, Inc. and its affiliates.
* Copyright (c) Remix Software Inc.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
* LICENSE.md file in the root directory of this source tree.
*
* @license MIT
*/

/** @license React v16.13.1
* react-is.production.min.js
/**
* React Router v6.16.0
*
* Copyright (c) Remix Software Inc.
*
* This source code is licensed under the MIT license found in the
* LICENSE.md file in the root directory of this source tree.
*
* @license MIT
*/

/** @license React v0.20.2
* scheduler.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
Expand Down

Large diffs are not rendered by default.

0 comments on commit 31c8968

Please sign in to comment.