update public path

This commit is contained in:
Thomas Dedek
2021-04-13 16:07:09 +02:00
parent 169d67d7e7
commit c9c8439ac2
2 changed files with 6 additions and 3 deletions

View File

@@ -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>

View File

@@ -1,3 +1,6 @@
module.exports = { module.exports = {
runtimeCompiler: true runtimeCompiler: true,
} publicPath: process.env.NODE_ENV === 'production'
? '/manage/'
: '/'
};