We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a365301 commit f72a9b7Copy full SHA for f72a9b7
.gitignore
@@ -0,0 +1,3 @@
1
+.DS_Store
2
+node_modules
3
+.netlify
netlify.toml
@@ -1,2 +1,3 @@
[build]
+ publish = "public"
functions = "functions/"
public/index.html
@@ -0,0 +1,10 @@
+<!doctype html>
+<html>
+<head>
4
+<meta charset="UTF-8">
5
+<title>Untitled Document</title>
6
+</head>
7
+
8
+<body>
9
+</body>
10
+</html>
0 commit comments