A Fastly Compute@Edge service that renders externally hosted Markdown files.
https://markdown-at-edge.edgecompute.app/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
437 B
17 lines
437 B
1 year ago
|
# This file describes a Fastly Compute@Edge package. To learn more visit:
|
||
|
# https://developer.fastly.com/reference/fastly-toml/
|
||
|
|
||
|
authors = ["nora@nora.codes"]
|
||
|
description = "A Markdown blog, rendered at the edge."
|
||
|
language = "rust"
|
||
|
manifest_version = 2
|
||
|
name = "edgeblog"
|
||
|
service_id = "3bjMd8dgb83McAT6FMQum8"
|
||
|
|
||
|
[local_server.backends.upstream]
|
||
|
url = "http://nora.codes/"
|
||
|
|
||
|
[local_server.backends.upstream_ssl]
|
||
|
url = "https://nora.codes/"
|
||
|
|