Browse Source

Set up netlify

master
Dylan Baker 3 years ago
parent
commit
6d7edf75cd
2 changed files with 5 additions and 0 deletions
  1. 3
    0
      .gitignore
  2. 2
    0
      netlify.toml

+ 3
- 0
.gitignore View File

@@ -23,3 +23,6 @@ yarn-debug.log*
23 23
 yarn-error.log*
24 24
 
25 25
 .eslintcache
26
+
27
+# Local Netlify folder
28
+.netlify

+ 2
- 0
netlify.toml View File

@@ -0,0 +1,2 @@
1
+[build]
2
+  publish = "build/"

Loading…
Cancel
Save