ソースを参照

Set up netlify

master
Dylan Baker 3年前
コミット
6d7edf75cd
2個のファイルの変更5行の追加0行の削除
  1. 3
    0
      .gitignore
  2. 2
    0
      netlify.toml

+ 3
- 0
.gitignore ファイルの表示

@@ -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 ファイルの表示

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

読み込み中…
キャンセル
保存