WIP: feat: #1585 redeploy Netlify preview on push #1586

Closed
dpschen wants to merge 2 commits from dpschen:feature/feat-1585-redeploy-netlify-preview-on-push into main
2 changed files with 2 additions and 1 deletions

View File

@ -144,6 +144,7 @@ steps:
when:
event:
include:
- push
- pull_request
---

View File

@ -48,7 +48,7 @@ useTitle(() => title.value)
<style lang="scss" scoped>
.no-auth-wrapper {
background: var(--site-background) url('@/assets/llama.svg?url') no-repeat fixed bottom left;
background: red;
min-height: 100vh;
display: flex;
flex-direction: column;