Skip to content

Commit f72a9b7

Browse files
committed
Added public dir
1 parent a365301 commit f72a9b7

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.DS_Store
2+
node_modules
3+
.netlify

netlify.toml

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
[build]
2+
publish = "public"
23
functions = "functions/"

public/index.html

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<!doctype html>
2+
<html>
3+
<head>
4+
<meta charset="UTF-8">
5+
<title>Untitled Document</title>
6+
</head>
7+
8+
<body>
9+
</body>
10+
</html>

0 commit comments

Comments
 (0)