fix mobile
parent
b12ce05ab2
commit
2df0dec687
|
@ -1,8 +1,10 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
|
|
@ -36,6 +36,7 @@ module.exports = merge(baseWebpackConfig, {
|
|||
},
|
||||
devServer: {
|
||||
port: 3000,
|
||||
host: '0.0.0.0',
|
||||
historyApiFallback: {
|
||||
rewrites: [
|
||||
{ from: /.*/, to: '/index.html' },
|
||||
|
|
Loading…
Reference in New Issue