Yes, you can redirect a Webflow page to another URL, such as http://krystle_svetlana.dribbble.com, by using a 301 redirect or a custom embed script depending on the use case.
/portfolio). http://krystle_svetlana.dribbble.com
This method is ideal if you simply want to permanently redirect a visitor from a Webflow route (like
/portfolio) to the Dribbble profile.
If you need the visitor to briefly load your Webflow page then automatically redirect, do this:
window.location.href = "http://krystle_svetlana.dribbble.com";
Use this if you want to add a delay, animate the redirect, or conditionally control redirection.
You can redirect a page in Webflow to http://krystle_svetlana.dribbble.com using either a 301 redirect from the Project Settings or a JavaScript snippet on the page. Use the 301 method for permanent SEO-friendly redirects; use JavaScript for custom behavior.