Skip to content

Commit 0c136b6

Browse files
committed
edited netlify.toml with git lfs
1 parent 5e3e224 commit 0c136b6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

netlify.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,8 @@
22
for = "/*"
33
[headers.values]
44
Cross-Origin-Embedder-Policy = "require-corp"
5-
Cross-Origin-Opener-Policy = "same-origin"
5+
Cross-Origin-Opener-Policy = "same-origin"
6+
7+
[build]
8+
command = "git lfs install && git lfs pull && npm run build"
9+
publish = "dist"

0 commit comments

Comments
 (0)