fix(admin): repair media upload redirect
This commit is contained in:
parent
c35bd5877e
commit
203c94b128
12 changed files with 248 additions and 51 deletions
|
|
@ -2,7 +2,7 @@ import type { Metadata } from "next";
|
|||
|
||||
const siteName = "Funktechnik Schubert";
|
||||
const defaultTitle = "Funktechnik Schubert | Funkgeräte-Service & Messtechnik";
|
||||
const siteUrl = process.env.NEXT_PUBLIC_SITE_URL ?? "http://localhost:3010";
|
||||
const siteUrl = process.env.NEXT_PUBLIC_SITE_URL ?? "http://127.0.0.1:3010";
|
||||
const keywords = [
|
||||
"Funktechnik Schubert",
|
||||
"Funkgeräte Reparatur",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue