File tree 5 files changed +10
-25
lines changed
5 files changed +10
-25
lines changed Original file line number Diff line number Diff line change
1
+ # example-static-site
2
+
3
+ This is an example static site.
4
+
5
+ [ Read the documentation] ( https://docs.letsdisco.dev/guides/deploying-a-static-site ) on how to deploy static sites using disco.
Original file line number Diff line number Diff line change 3
3
"services" : {
4
4
"web" : {
5
5
"type" : " static" ,
6
- "publicPath" : " /myPublicDir "
6
+ "publicPath" : " /dist "
7
7
}
8
8
}
9
9
}
Original file line number Diff line number Diff line change 3
3
< head >
4
4
< meta charset ="utf-8 ">
5
5
< meta name ="viewport " content ="width=device-width, initial-scale=1 ">
6
- < title > super minimal site</ title >
6
+ < title > This is my web site</ title >
7
7
</ head >
8
8
< body >
9
- ok this is good
9
+
10
+ Deploy with < a href ="https://letsdisco.dev/ "> disco</ a > !
11
+
10
12
</ body >
11
13
</ html >
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments