Skip to content

Commit

Permalink
Fix CORB/ORB bug on Chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
magic-ike committed Sep 4, 2022
1 parent a592fef commit 4a882e9
Show file tree
Hide file tree
Showing 14 changed files with 8,364 additions and 131 deletions.
733 changes: 723 additions & 10 deletions docs/basic.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
600 changes: 590 additions & 10 deletions docs/buggy.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
731 changes: 721 additions & 10 deletions docs/custom_title.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
481 changes: 471 additions & 10 deletions docs/hide_explicit.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
655 changes: 645 additions & 10 deletions docs/hide_playing.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
561 changes: 551 additions & 10 deletions docs/hide_recents.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
733 changes: 723 additions & 10 deletions docs/hide_title.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
649 changes: 639 additions & 10 deletions docs/hide_top_artists.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
575 changes: 565 additions & 10 deletions docs/hide_top_tracks.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
575 changes: 565 additions & 10 deletions docs/limit.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
733 changes: 723 additions & 10 deletions docs/show_border.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
733 changes: 723 additions & 10 deletions docs/show_date&time_zone.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
733 changes: 723 additions & 10 deletions docs/show_date.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion src/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ app.engine(
* and registers tsx as the default view engine
*/
setupReactViews(app, {
viewsDirectory: path.join(__dirname, 'views')
viewsDirectory: path.join(__dirname, 'views'),
doctype: ''
});

// json response formatting
Expand Down

0 comments on commit 4a882e9

Please sign in to comment.