Skip to content

Commit

Permalink
Merge pull request #12 from azachwill/devcommit13
Browse files Browse the repository at this point in the history
devcommit13
  • Loading branch information
awilliams1275 authored Aug 16, 2024
2 parents ec620e3 + 54067c3 commit 46ddfb9
Show file tree
Hide file tree
Showing 32 changed files with 3,557 additions and 41 deletions.
9 changes: 9 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"deno.enable": true,
"deno.enablePaths": [
"netlify/edge-functions"
],
"deno.unstable": true,
"deno.importMap": ".netlify/edge-functions-import-map.json",
"deno.path": "/Users/andrewwilliams/Library/Preferences/netlify/deno-cli/deno"
}
2 changes: 2 additions & 0 deletions _build/_redirects
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ https://shiny.rstudio.com/* https://shyr-test-center.netlify.app/:splat 301!

/py/* https://shyr-test-center.netlify.app/:splat 200!

/*/index.html /:splat/ 301!

/articles/shinyapps-auth.html https://docs.posit.co/shinyapps.io/authentication-and-user-management.html#authentication-and-user-management 301

# App Stories to the blog
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -827,7 +827,7 @@ <h3 data-anchor-id="more-to-come">More to come</h3>
</div>
</div>
</footer>
<script>var lightboxQuarto = GLightbox({"selector":".lightbox","openEffect":"fade","loop":false,"closeEffect":"fade","descPosition":"bottom"});
<script>var lightboxQuarto = GLightbox({"openEffect":"fade","descPosition":"bottom","selector":".lightbox","loop":false,"closeEffect":"fade"});
(function() {
let previousOnload = window.onload;
window.onload = () => {
Expand Down
Loading

0 comments on commit 46ddfb9

Please sign in to comment.