Closed micahjones13 closed 1 year ago
Latest commit: d3af2d6398cf4c31adfecc5c026da0c80f387f97
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
Name | Link |
---|---|
Latest commit | d3af2d6398cf4c31adfecc5c026da0c80f387f97 |
Latest deploy log | https://app.netlify.com/sites/astro-stencil/deploys/63cef7194223500008416ae0 |
Deploy Preview | https://deploy-preview-1032--astro-stencil.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site settings.
Name | Link |
---|---|
Latest commit | d3af2d6398cf4c31adfecc5c026da0c80f387f97 |
Latest deploy log | https://app.netlify.com/sites/astro-preview/deploys/63cef7192bbffa000823e99c |
Deploy Preview | https://deploy-preview-1032--astro-preview.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site settings.
Brief Description
This PR makes it possible for the
astro-stencil
netlify deploy preview to show oursrc/index.html
. This way we can view sample code without having to pull down the branch. To accomplish this, I remove thenetlify.toml
and changed the params of each deploy preview on the netlify site. This.toml
was way out of date anyway. The astro preview (the storybook one) remains unchanged.In the future, I want this to show all the
component/test/basic
pages, but that'll require some more work. This is more of a quick win.JIRA Link
https://rocketcom.atlassian.net/browse/ASTRO-5226
Related Issue
General Notes
Motivation and Context
Allows for quick previews of example code.
Issues and Limitations
Types of changes
Checklist