-
Notifications
You must be signed in to change notification settings - Fork 33
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
bug: ensure static resource destination differs from each of the sources #56
Comments
This was referenced May 12, 2021
Workaround to sveltejs/kit#1435 is to import the SvelteKit config and check the value if it's provided or assume the default. |
Solved in #65 Though this has a released workaround, an upstream solution is preferable. |
jthegedus
changed the title
Ensure static resource destination differs from each of the sources
bug: ensure static resource destination differs from each of the sources
May 16, 2021
Ideal solve is using the provided config from this PR - sveltejs/kit#1559 |
3 tasks
🎉 This issue has been resolved in version 0.8.3 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
This adapter takes the contents of
svelte.config.js:kit.files.assets
(defaultstatic
) and.svelte-kit/output/client/**
and outputs them tofirebase.json:hosting.public
.We should ensure that
svelte.config.js:kit.files.assets
is !=firebase.json:hosting.public
.An example of this configuration is in #55
The text was updated successfully, but these errors were encountered: