diff --git a/build.sh b/build.sh new file mode 100644 index 0000000000000000000000000000000000000000..c75c59ffae7e06b28f0d0fe85fa76e538dc79958 --- /dev/null +++ b/build.sh @@ -0,0 +1 @@ +ng build --prod --output-path /usr/share/nginx/html/ diff --git a/src/index.html b/src/index.html index af73ff83fe394be4325857f554b8d3d3c1b6cdca..82606bab20070a8b2d3c37319b4116f26726e3cc 100644 --- a/src/index.html +++ b/src/index.html @@ -3,7 +3,7 @@ <head> <meta charset="utf-8"> <title>CoVex</title> - <base href="/frontend/dist/covid19/"> + <base href="/"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="icon" type="image/ico" href="assets/covex_logo_small.png"> <script src="https://kit.fontawesome.com/3ad4fe992f.js" crossorigin="anonymous"></script>