update config client

This commit is contained in:
2024-10-15 16:27:53 +02:00
parent f43e802501
commit 8e1261cfa7
9 changed files with 27 additions and 13 deletions
+2 -1
View File
@@ -53,7 +53,8 @@
"with": "src/environments/environment.prod.ts"
}
],
"outputHashing": "all"
"outputHashing": "all",
"allowedCommonJsDependencies": ["moment-timezone"]
},
"development": {
"buildOptimizer": false,
+2 -2
View File
@@ -4,7 +4,7 @@
<head><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<meta charset="utf-8">
<title>Jucundus</title>
<base href="/angular-material-template/">
<base href=".">
<meta name="viewport" content="width=device-width, initial-scale=1">
@@ -32,6 +32,6 @@
<body class="mat-app-background">
<app-root></app-root>
<script src="runtime.475575d3cc22a138.js" type="module"></script><script src="polyfills.febf6ea84d149d1b.js" type="module"></script><script src="main.fc1d97ee0494099d.js" type="module"></script></body>
<script src="runtime.475575d3cc22a138.js" type="module"></script><script src="polyfills.febf6ea84d149d1b.js" type="module"></script><script src="main.5bb5111fcbed767e.js" type="module"></script></body>
</html>
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+10
View File
@@ -0,0 +1,10 @@
server {
listen 80;
server_name jucundus.saucisse.ninja;
location / {
root /usr/share/nginx/html;
index index.html;
try_files $uri $uri/ /index.html;
}
}
+1 -1
View File
@@ -4,5 +4,5 @@ export const environment = {
production: true,
logLevel: NgxLoggerLevel.OFF,
serverLogLevel: NgxLoggerLevel.ERROR,
ServeurURL: "http://localhost:3000"
ServeurURL: "https://jucundus.saucisse.ninja:3000/backend"
};
+1 -1
View File
@@ -4,7 +4,7 @@
<head>
<meta charset="utf-8">
<title>Jucundus</title>
<base href="/">
<base href=".">
<meta name="viewport" content="width=device-width, initial-scale=1">