我正在尝试将我的 Angular 应用程序托管到我的 OpenLiteSpeed 中,但我什么也没得到。
要创建用于生产的应用程序,我使用:ng build --prod,它会自动在 dist 文件夹中创建我需要的所有文件。
接下来,我将所有这些文件移动到服务器上的根文件夹中。
最后,我检查网页是否正常工作,但它只显示空白页!
索引的 HTML 代码是:
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>ConFusion</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="stylesheet" href="styles.c3adc567aae88948c2ab.css"></head>
<body>
<app-root></app-root>
<script src="runtime.acf0dec4155e77772545.js" defer></script><script src="polyfills.35a5ca1855eb057f016a.js" defer></script><script src="main.9a959de356bd26498a0e.js" defer></script></body>
</html>