html ZEIT现在单页应用404文件
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了html ZEIT现在单页应用404文件相关的知识,希望对你有一定的参考价值。
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>404 Not Found | My App</title>
</head>
<body>
<script>
(function redirect() {
if (document && document.location) {
document.location.replace(`/?redirect=${encodeURIComponent(document.location.pathname)}`);
}
}());
</script>
</body>
</html>
以上是关于html ZEIT现在单页应用404文件的主要内容,如果未能解决你的问题,请参考以下文章
配置spring boot以将404重定向到单页应用程序[重复]
如何在 Wildfly 上使用 Angular 7 单页应用程序避免 404 错误
单页应用 / 多页应用客户端渲染 / 服务器渲染
在具有不同主页的单页应用程序中路由
自定义帖子类型单页不起作用
在 HTML 文件中包含另一个 HTML 文件 单页应用程序