Skip to content
This repository was archived by the owner on Oct 26, 2024. It is now read-only.

Commit 018ed25

Browse files
Adding netlify config
1 parent fcb3aad commit 018ed25

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
[![](https://img.shields.io/npm/v/stimulus-scroll-to.svg)](https://www.npmjs.com/package/stimulus-scroll-to)
55
[![](https://github.com/stimulus-components/stimulus-scroll-to/workflows/Lint/badge.svg)](https://github.com/stimulus-components/stimulus-scroll-to)
66
[![](https://img.shields.io/github/license/stimulus-components/stimulus-scroll-to.svg)](https://github.com/stimulus-components/stimulus-scroll-to)
7+
[![Netlify Status](https://api.netlify.com/api/v1/badges/26d5363d-d699-4558-abb4-2267919dbe59/deploy-status)](https://app.netlify.com/sites/stimulus-scroll-to/deploys)
78

89
## Getting started
910

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ <h1 class="text-center mb-8 text-5xl font-bold">Stimulus ScrollTo</h1>
6868
</a>
6969

7070
<a href="https://stimulus-scroll-to.netlify.com/">
71-
<img src="https://api.netlify.com/api/v1/badges/a8341029-7f19-443d-88aa-02c6325b389e/deploy-status" />
71+
<img src="https://api.netlify.com/api/v1/badges/26d5363d-d699-4558-abb4-2267919dbe59/deploy-status" />
7272
</a>
7373
</p>
7474

netlify.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
2+
[build]
3+
publish="build"
4+
command="yarn prod"

0 commit comments

Comments
 (0)