Skip to content

Commit

Permalink
Merge pull request #343 from SynBioDex/fix-tutorial-and-about
Browse files Browse the repository at this point in the history
Fixed Tutorial/About pages
  • Loading branch information
Drock54651 authored Oct 30, 2024
2 parents 2ac55fa + 99fcf42 commit 7791d13
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- final
- frontend-build-fix
paths:
- '.github/**'
- 'SBOLCanvasFrontend/**'
Expand Down
6 changes: 6 additions & 0 deletions SBOLCanvasFrontend/staticwebapp.config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"navigationFallback": {
"rewrite": "/index.html",
"exclude": ["/images/*.{png,jpg,gif}", "/css/*"]
}
}

0 comments on commit 7791d13

Please sign in to comment.