✨ Clean url with suffix
This commit is contained in:
@ -6,4 +6,4 @@ hosts = ["localhost"]
|
||||
paths = ["/"]
|
||||
[[locations.destinations]]
|
||||
id = "static"
|
||||
uri = "files://regions/index.html"
|
||||
uri = "files://regions?index=index.html"
|
||||
|
15
regions/subfolder/index.html
Normal file
15
regions/subfolder/index.html
Normal file
@ -0,0 +1,15 @@
|
||||
<!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 benchmarking test data! And you are in the subfolder
|
||||
now!
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user