Found 3 instances. Let me fix all of them:
Removed "TikTok" from all 3 locations: the earning journey step description, the activation notice text, and the layout metadata description. Every instance now just says "videos" instead.
make this the download link. make it so any ?s2= variable in the URL is used for the sub1 in this button https://taptrks.com/r/eyJ0IjoiZnJlZWNhc2gtY3BpIiwidSI6IjY4ZjZlNmUwMThmNTc3NmUwYjUyNmEzZiIsInRzIjoxNzcyODU1NzU1NTI4fQ?s2=SUBIDHERE for example website.com/?s2=test would have this as the download button https://taptrks.com/r/eyJ0IjoiZnJlZWNhc2gtY3BpIiwidSI6IjY4ZjZlNmUwMThmNTc3NmUwYjUyNmEzZiIsInRzIjoxNzcyODU1NzU1NTI4fQ?s2=test while website.com with nothing there would just look like https://taptrks.com/r/eyJ0IjoiZnJlZWNhc2gtY3BpIiwidSI6IjY4ZjZlNmUwMThmNTc3NmUwYjUyNmEzZiIsInRzIjoxNzcyODU1NzU1NTI4fQ
Now I'll update the component to read the s2 query parameter and use it in the download link:
The download button now dynamically builds the URL based on the s2 query parameter. If someone visits yoursite.com/?s2=test, the download link will be https://taptrks.com/r/eyJ0IjoiZnJlZWNhc2gtY3BpIiwidSI6IjY4ZjZlNmUwMThmNTc3NmUwYjUyNmEzZiIsInRzIjoxNzcyODU1NzU1NTI4fQ?s2=test. If there's no s2 parameter, it just uses the base URL without any query string.
An error occurred during deployment. Please fix:
Running build in Washington, D.C., USA (East) – iad1
Build machine configuration: 2 cores, 8 GB
Retrieving list of deployment files...
Downloading 83 deployment files...
Restored build cache from previous deployment (mWMNZHTUFzkvxgzhVQgbKcWds3oh)
...
Error occurred prerendering page "/". Read more: https://nextjs.org/docs/messages/prerender-error
Export encountered an error on /page: /, exiting the build.
⨯ Next.js build worker exited with code: 1 and signal: null
ELIFECYCLE Command failed with exit code 1.
Error: Command "pnpm run build" exited with 1
You can send messages while the preview loads