Skip to content

Commit 6e11196

Browse files
committed
base url changed
1 parent b5febfb commit 6e11196

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

dist/404.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<!doctype html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<title>Server Less Chat</title>
6+
<base href="/">
7+
8+
<meta name="viewport" content="width=device-width, initial-scale=1">
9+
<link rel="icon" type="image/x-icon" href="favicon.ico">
10+
<script src="https://unpkg.com/[email protected]/dist/peerjs.min.js"></script>
11+
<link rel="stylesheet" href="styles.527f64cfec221ec24f08.css"></head>
12+
<body>
13+
<app-root></app-root>
14+
<script type="text/javascript" src="runtime.a66f828dca56eeb90e02.js"></script><script type="text/javascript" src="polyfills.2f4a59095805af02bd79.js"></script><script type="text/javascript" src="main.4de6194d0ef08318edb2.js"></script></body>
15+
</html>

dist/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8">
55
<title>Server Less Chat</title>
6-
<base href="/">
6+
<base href="https://rani700.github.io/serverless-chat/">
77

88
<meta name="viewport" content="width=device-width, initial-scale=1">
99
<link rel="icon" type="image/x-icon" href="favicon.ico">

src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8">
55
<title>Server Less Chat</title>
6-
<base href="/">
6+
<base href="">
77

88
<meta name="viewport" content="width=device-width, initial-scale=1">
99
<link rel="icon" type="image/x-icon" href="favicon.ico">

0 commit comments

Comments
 (0)