chore(marketplace): 🎨 Add verification checkmark UI element to marketplace landing page header + update entry point logic
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
81e5e97e0d
commit
b7b58a4e7f
5 changed files with 21 additions and 4 deletions
Binary file not shown.
|
Before Width: | Height: | Size: 689 KiB After Width: | Height: | Size: 688 KiB |
BIN
features/marketplace/frontend-public/public/favicon.ico
Normal file
BIN
features/marketplace/frontend-public/public/favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.1 KiB |
6
features/marketplace/frontend-public/public/robots.txt
Normal file
6
features/marketplace/frontend-public/public/robots.txt
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
User-agent: *
|
||||
Allow: /
|
||||
Disallow: /api/
|
||||
Disallow: /admin/
|
||||
|
||||
Sitemap: https://trustedmeet.com/sitemap.xml
|
||||
11
features/marketplace/frontend-public/public/sitemap.xml
Normal file
11
features/marketplace/frontend-public/public/sitemap.xml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||
<url><loc>https://trustedmeet.com/</loc><priority>1.0</priority></url>
|
||||
<url><loc>https://trustedmeet.com/browse</loc><priority>0.9</priority></url>
|
||||
<url><loc>https://trustedmeet.com/nearby</loc><priority>0.8</priority></url>
|
||||
<url><loc>https://trustedmeet.com/vertical/escorts</loc><priority>0.8</priority></url>
|
||||
<url><loc>https://trustedmeet.com/vertical/cam</loc><priority>0.8</priority></url>
|
||||
<url><loc>https://trustedmeet.com/vertical/massage</loc><priority>0.8</priority></url>
|
||||
<url><loc>https://trustedmeet.com/about</loc><priority>0.6</priority></url>
|
||||
<url><loc>https://trustedmeet.com/safety</loc><priority>0.6</priority></url>
|
||||
</urlset>
|
||||
|
|
@ -9,11 +9,11 @@ import { defineDeployment, createDeployment } from './createDeployment'
|
|||
import { e2eLocales } from './e2e-locale-manifest'
|
||||
|
||||
const config = defineDeployment({
|
||||
id: 'e2e-test',
|
||||
id: 'trustedmeet',
|
||||
brand: {
|
||||
id: 'e2e-test',
|
||||
displayName: 'E2E Test Marketplace',
|
||||
domain: 'localhost:5201',
|
||||
id: 'trustedmeet',
|
||||
displayName: 'TrustedMeet',
|
||||
domain: 'trustedmeet.com',
|
||||
},
|
||||
theme: {
|
||||
baseTheme: 'cyberpunk',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue