Skip to content

Commit

Permalink
Merge pull request #1507 from Vizzuality/chore/client/plausible-domain
Browse files Browse the repository at this point in the history
[N/A]: replaces Vercel domains with production
  • Loading branch information
andresgnlez authored Sep 19, 2023
2 parents 40c58c4 + 66e2424 commit fa5643c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion app/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ const MarxanApp = ({ Component, pageProps }: AppProps) => {
defaultAutoDismissTime={5000}
>
<HelpProvider>
<PlausibleProvider domain="marxan.vercel.app">
<PlausibleProvider domain="marxanplanning.org">
<Loading {...routeLoading} />

<div
Expand Down
2 changes: 1 addition & 1 deletion app/public/robots.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
User-agent: *
Allow: /
Allow: /
12 changes: 6 additions & 6 deletions app/public/sitemap.xml
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
<xml version="1.0" encoding="UTF-8">
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://marxan.vercel.app/</loc>
<priority>1.0</priority>
<loc>https://marxanplanning.org/</loc>
<priority>1.0</priority>
<lastmod>2022-31-01</lastmod>
</url>
<url>
<loc>https://marxan.vercel.app/community</loc>
<loc>https://marxanplanning.org/community</loc>
<priority>0.9</priority>
<lastmod>2022-31-01</lastmod>
</url>
<url>
<loc>https://marxan.vercel.app/about</loc>
<loc>https://marxanplanning.org/about</loc>
<priority>0.8</priority>
<lastmod>2022-31-01</lastmod>
</url>
<url>
<loc>https://marxan.vercel.app/auth/sign-up</loc>
<loc>https://marxanplanning.org/auth/sign-up</loc>
<priority>0.7</priority>
<lastmod>2022-31-01</lastmod>
</url>
<url>
<loc>https://marxan.vercel.app/auth/sign-in</loc>
<loc>https://marxanplanning.org/auth/sign-in</loc>
<priority>0.6</priority>
<lastmod>2022-31-01</lastmod>
</url>
Expand Down

1 comment on commit fa5643c

@vercel
Copy link

@vercel vercel bot commented on fa5643c Sep 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

marxan – ./

marxan-git-develop-vizzuality1.vercel.app
marxan-vizzuality1.vercel.app

Please sign in to comment.