From 1f732d3ea60277d124fe552b207f1831989d11ac Mon Sep 17 00:00:00 2001 From: Nuno do Carmo Date: Tue, 23 Apr 2024 13:43:49 +0200 Subject: [PATCH] Added CNAME file The CNAME file is required by Github Pages for the configuration of the DNS alias: open-docs.neuvector.com. Signed-off-by: Nuno do Carmo --- static/CNAME | 1 + 1 file changed, 1 insertion(+) create mode 100644 static/CNAME diff --git a/static/CNAME b/static/CNAME new file mode 100644 index 000000000..22758b452 --- /dev/null +++ b/static/CNAME @@ -0,0 +1 @@ +open-docs.neuvector.com \ No newline at end of file