Skip to content

Commit

Permalink
docs: update
Browse files Browse the repository at this point in the history
  • Loading branch information
caijf committed Aug 16, 2024
1 parent 133d5ec commit 9ce1ebb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .umirc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ export default defineConfig({
imports: ['element-remove', 'core-js']
},
headScripts: [
{
content: `if(location.pathname.indexOf("/rc-slider-captcha/index.html") === 0){
location.replace("/rc-slider-captcha/");
}`
},
{
src: 'https://www.googletagmanager.com/gtag/js?id=G-9R6Q9PDGBK'
},
Expand Down

0 comments on commit 9ce1ebb

Please sign in to comment.