-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Funding page #318
Funding page #318
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some changes, let me know if you'd rather I make a PR
static/binance.webp
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Goes for all the images:
We should put these in the src/lib/assets
directory, then import them in the <script>
tag of the component. That way Vite can preprocess them. Also, in my branch for the homepage I'm adding the @svelte/enhanced-img
plugin which will take it one step further and generate a srcset
for each image when using <enhanced:img>
tag.
We can upgrade to the enhanced image tag later, but for now I'd say let's put the images in a folder in assets
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you rebase on dev
you should now be able to use <enhanced:img>
for these assets
Co-authored-by: Dean Sallinen <[email protected]>
Co-authored-by: Dean Sallinen <[email protected]>
Co-authored-by: Dean Sallinen <[email protected]>
Co-authored-by: Dean Sallinen <[email protected]>
Co-authored-by: Dean Sallinen <[email protected]>
No description provided.