diff --git a/.github/workflows/azure-static-web-apps-victorious-flower-0ea52481e.yml b/.github/workflows/azure-static-web-apps-victorious-flower-0ea52481e.yml index 601c61f..f4552ed 100644 --- a/.github/workflows/azure-static-web-apps-victorious-flower-0ea52481e.yml +++ b/.github/workflows/azure-static-web-apps-victorious-flower-0ea52481e.yml @@ -4,7 +4,6 @@ on: push: branches: - final - - frontend-build-fix paths: - '.github/**' - 'SBOLCanvasFrontend/**' diff --git a/SBOLCanvasFrontend/staticwebapp.config.json b/SBOLCanvasFrontend/staticwebapp.config.json new file mode 100644 index 0000000..e84eb42 --- /dev/null +++ b/SBOLCanvasFrontend/staticwebapp.config.json @@ -0,0 +1,6 @@ +{ + "navigationFallback": { + "rewrite": "/index.html", + "exclude": ["/images/*.{png,jpg,gif}", "/css/*"] + } + } \ No newline at end of file