From 970805b5c624fbe0f063a7198115f9c1ec8157c3 Mon Sep 17 00:00:00 2001 From: Leon van Kammen Date: Tue, 14 Jan 2025 15:41:11 +0100 Subject: [PATCH] updated .env --- .env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env b/.env index 8116cf7..695e6a3 100644 --- a/.env +++ b/.env @@ -20,5 +20,5 @@ test $(hostname) = 2wa && { # on the website xrfragment.org copy examples to root-dir # (so https://xrfragment.org/index.glb can be requested remotely) # because that really emphasizes a nice WebXR experience-at-website-root paradigm - cp -r examples/assets . + cp -r example/assets . }