Server APIs + schema.org: env-driven, not hardcoded brand #8
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Part of #2
Problem
Server endpoints contain hardcoded brand:
server/api/contact.post.ts:30,41— to-addresspaperwork@muellerprints.de, body text references MPserver/api/__sitemap__/urls.ts:50— sitemap fallback URLmuellerprints-paperwork.compages/details/[slug].vue:41-42— schema.org microdata: company name + paperwork-logo URL hardcodedpages/checkout/result/[uuid].vue:22,38,102— order confirmation references brand emailsAcceptance
runtimeConfig(env:NUXT_CONTACT_TO_EMAIL,NUXT_ORDERS_FROM_EMAIL)runtimeConfig.public.siteUrluseAppConfig()/ runtimeConfig