Skip to content
This repository was archived by the owner on Oct 2, 2019. It is now read-only.

Commit 248ee22

Browse files
committed
change follow suggestion
1 parent 7a02bc0 commit 248ee22

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

website/config/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ module.exports = {
1313
proxyTable: {},
1414

1515
// Various Dev Server settings
16-
host: '0.0.0.0', // can be overwritten by process.env.HOST
16+
host: 'localhost', // can be overwritten by process.env.HOST
1717
port: 8080, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined
1818
autoOpenBrowser: false,
1919
errorOverlay: true,

website/index.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4-
<link rel="manifest" href="static/manifest.json">
5-
64
<meta charset="utf-8">
7-
<meta name="viewport" content="width=device-width,initial-scale=1.0 shrink-to-fit=no">
5+
<meta name="viewport" content="width=device-width,initial-scale=1.0,shrink-to-fit=no">
86
<meta property="og:title" content="calendar.thaiprogrammer.org">
97
<meta property="og:description" content="A curated list of tech events relevant to tech people in Thailand.">
108
<meta property="og:image" content="/og-image.png">
@@ -16,6 +14,7 @@
1614
<meta name="msapplication-navbutton-color" content="#19232d">
1715
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
1816
<meta name="msapplication-starturl" content="/">
17+
<link rel="manifest" href="static/manifest.json">
1918

2019
<title>calendar.thaiprogrammer.org</title>
2120
</head>

0 commit comments

Comments
 (0)