I have a file that is used across my site multiple times that requires updating each week, is there something I can do so that I don’t need to update every link manually? This file would be linked to a button or text sometimes. Maybe something with Components? But with Components you need to have the same styling.
Link to a relative URL you make up like /my-file
.
Then setup a redirect under publish settings from that to your actual file.
Your actual file can be a webflow asset link or e.g. dropbox, google drive…
Updating then just means uploading your file and updating the redirect link.
When you link, I’d do open in a new tab so that your current page doesn’t disappear.
Hello,
You can create a reusable component for the file and use it across your site. By doing so, you’ll only need to update the file once, and all instances of the component will reflect the changes automatically. While components typically have consistent styling, you can customize them to match different contexts if needed. This approach saves time and ensures consistency across your site’s content.
I hope this will help you,
Thank you