Skip to content

Commit 856f9b1

Browse files
authored
Merge pull request #56 from francescotimperi/main
chore: ensure default index.html deployed into namespace web bucket uses Apache OPS
2 parents 24ae98d + d8b61d5 commit 856f9b1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

deploy/content/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@
2222
<html>
2323
<head>
2424
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
25-
<title>Nuvolaris Static Content landing page</title>
25+
<title>Apache OpenServerless (incubating) Static Content landing page</title>
2626
</head>
2727
<body>
2828
<p>
29-
Welcome to Nuvolaris static content distributor landing page!!!
29+
Welcome to Apache OpenServerless (incubating) static content distributor landing page!!!
3030
</p>
3131
</body>
3232
</html>

nuvolaris/templates/content.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
-->
2020
<html>
2121
<head>
22-
<title>Welcome to Nuvolaris Content Example</title>
22+
<title>Welcome to Apache OpenServerless (incubating) Content Example</title>
2323
</head>
2424
<body>
2525
<h1>This is another HTML page uploaded via upload action</h1>

0 commit comments

Comments
 (0)