forked from services/password-reset-web
update public path
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<title>ECG Account Service</title>
|
<title>ECG account password reset</title>
|
||||||
</head>
|
</head>
|
||||||
<body class="container">
|
<body class="container">
|
||||||
<div id="app"></div>
|
<div id="app"></div>
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
runtimeCompiler: true
|
runtimeCompiler: true,
|
||||||
}
|
publicPath: process.env.NODE_ENV === 'production'
|
||||||
|
? '/manage/'
|
||||||
|
: '/'
|
||||||
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user