Skip to content

Commit

Permalink
deploy: a2db543
Browse files Browse the repository at this point in the history
  • Loading branch information
nsbarsukov committed Aug 15, 2024
1 parent 2992654 commit be6f83a
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion next/404.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!doctype html>
<html>
<head>
<base href="./" />
<base href="/" />
<meta charset="utf-8" />
<title>Taiga UI</title>
<script>
Expand All @@ -23,6 +23,7 @@
// @note: use preserve log for debug
console.log(`[404.html]: Try navigate to '${url}'`);
console.log(`[404.html]: Application path '${appPath}'`);
console.log(`[404.html]: Redirect url '${redirectUrl}'`);

localStorage.setItem('env', appPath);
location.replace(redirectUrl);
Expand Down
1 change: 0 additions & 1 deletion next/4147.8aac58070b009b4b.js

This file was deleted.

1 change: 1 addition & 0 deletions next/4147.a251faf8f6b6cd26.js

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

4 changes: 2 additions & 2 deletions next/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!doctype html>
<html lang="en" data-critters-container>
<head><base href="./">
<head><base href="/next/">
<meta charset="utf-8">
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<meta content="ie=edge" http-equiv="x-ua-compatible">
Expand Down Expand Up @@ -39,5 +39,5 @@
<!-- TODO: self closing doesn't work with SSR -->
<!-- eslint-disable-next-line -->
<app></app>
<script src="runtime.46e12c3964d9ae5b.js" type="module"></script><script src="polyfills.f9acdb42bb350bff.js" type="module"></script><script src="vendor.d9d0dd5fc8485326.js" type="module"></script><script src="main.2415339a09efd94a.js" type="module"></script></body>
<script src="runtime.e338b3bea0204ad7.js" type="module"></script><script src="polyfills.f9acdb42bb350bff.js" type="module"></script><script src="vendor.d9d0dd5fc8485326.js" type="module"></script><script src="main.5a3e364fc6be4800.js" type="module"></script></body>
</html>

Large diffs are not rendered by default.

Large diffs are not rendered by default.

0 comments on commit be6f83a

Please sign in to comment.