From 0b6d14fe519aa394e8912c6ed08b935740fd694f Mon Sep 17 00:00:00 2001 From: Joshua Smithrud <54606601+Josmithr@users.noreply.github.com> Date: Fri, 15 Nov 2024 15:23:56 -0800 Subject: [PATCH] build(docs): Move static webapp config (#23116) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Publishing step needs this config to live in the build output directory. Placing it under `static` ensures it is copied to the right place. See https://github.com/Azure/static-web-apps/issues/1071 for more details. Confirmed that the swa-cli is able to find this when run locally. This is also how the site was setup previously, I was just misled by the documentation leading me to believe that moving it to the root was okay. It also worked using the local swa-cli tooling 🤷‍♂️ --- docs/{ => static}/staticwebapp.config.json | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename docs/{ => static}/staticwebapp.config.json (100%) diff --git a/docs/staticwebapp.config.json b/docs/static/staticwebapp.config.json similarity index 100% rename from docs/staticwebapp.config.json rename to docs/static/staticwebapp.config.json