Skip to content

Commit

Permalink
Add redirect script in index
Browse files Browse the repository at this point in the history
  • Loading branch information
kumaranvpl committed Nov 6, 2023
1 parent 89b2bda commit 56bb07f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.wasp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ app chatApp {
"<meta property='og:url' content='' />",
"<meta property='og:description' content='Captn AI product page' />",
"<meta property='og:image' content='src/client/static/captn-logo-large.png' />",
"<script type='text/javascript'> (function(l) { if (l.search[1] === '/' ) { var decoded = l.search.slice(1).split('&').map(function(s) { return s.replace(/~and~/g, '&') }).join('?'); window.history.replaceState(null, null, l.pathname.slice(0, -1) + decoded + l.hash ); } }(window.location)) </script>"
// you can put your google analytics script here, too!
],
// 🔐 Auth out of the box! https://wasp-lang.dev/docs/auth/overview
Expand Down

0 comments on commit 56bb07f

Please sign in to comment.