Skip to content
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

ignore-test #303

Open
wants to merge 14 commits into
base: main
Choose a base branch
from
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
blabla23

<p align="center">
<a href="https://github.com/vtex/faststore">
<img alt="Store Framework" src="https://emoji.slack-edge.com/T02BCPD0X/store-framework/7547b127e929c376.png" width="75" />
Expand Down Expand Up @@ -435,3 +437,12 @@ export const onRenderBody = ({ setHeadComponents }) => {
```

For more information about integrating third-party scripts: [Partytown Wiki](https://github.com/BuilderIO/partytown/wiki).
b
b
b
b
b
b
b
b
b
6 changes: 6 additions & 0 deletions vtex.env
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,9 @@ USE_STALE_CACHE=true
## Production site host your users will
## access your website
SITE_HOST=demo.faststore.dev

NGINX_READINESS_PATH=/api/health/ready
NGINX_LIVENESS_PATH=/api/health/live
NODE_READINESS_PATH=/api/health/ready
NODE_LIVENESS_PATH=/api/health/probe