19-05-2026 Rebrand Pressekonto, Hub-Flux UI und Legacy-Media-Migration
Umbenennung presseportale → pressekonto in Domains, Themes und Dokumentation. Design-Tokens, Portal-Shell, Customer-Dashboard, Auth- und Admin-PM-Views. Artisan-Befehl migrate:legacy-media mit Tests und Hub-Flux-Entwicklungsdocs. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
parent
092ee0e918
commit
0a3e52d603
112 changed files with 8464 additions and 1649 deletions
|
|
@ -27,8 +27,8 @@ const httpsConfig =
|
|||
: false; // HTTP für Entwicklung, Traefik handhabt SSL
|
||||
|
||||
const allowedDomains = [
|
||||
"https://presseportale.test",
|
||||
"https://assets.presseportale.test",
|
||||
"https://pressekonto.test",
|
||||
"https://assets.pressekonto.test",
|
||||
"https://presseecho.test",
|
||||
"https://assets.presseecho.test",
|
||||
"https://businessportal24.test",
|
||||
|
|
@ -61,9 +61,9 @@ export default defineConfig({
|
|||
credentials: true,
|
||||
},
|
||||
hmr: {
|
||||
host: "assets.presseportale.test",
|
||||
host: "assets.pressekonto.test",
|
||||
protocol: "wss",
|
||||
},
|
||||
origin: "https://assets.presseportale.test",
|
||||
origin: "https://assets.pressekonto.test",
|
||||
},
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue