Sync config
All checks were successful
release-nightly / build-docker (push) Successful in 1m10s

This commit is contained in:
2023-12-10 18:55:13 +08:00
parent 7b47004cf7
commit be5ed05175
19 changed files with 89 additions and 25 deletions

2
test/data/.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
/ssr
/spa

12
test/data/index.html Normal file
View File

@ -0,0 +1,12 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Hello, World!</title>
</head>
<body>
<p>Hello, there!</p>
<p>Here's the roadsign vs. nginx benchmarking test data!</p>
</body>
</html>