Skip to content

Commit

Permalink
adds missing comma in config.local.js.SAMPLE
Browse files Browse the repository at this point in the history
  • Loading branch information
LiFaytheGoblin authored and nleush committed Oct 1, 2024
1 parent 94748d4 commit ad45915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.local.js.SAMPLE
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ export default {
youtube: {
// api_key: "INSERT YOUR VALUE",
// parts: [ "snippet", "player" ], // list of fields you want to use in the request, in most cases you only need those two
get_params: "?rel=0&showinfo=1" // https://developers.google.com/youtube/player_parameters,
get_params: "?rel=0&showinfo=1", // https://developers.google.com/youtube/player_parameters,
fix_shorts_in_eu: true // Avoid consent redirect for EU servers
},
vimeo: {
Expand Down

0 comments on commit ad45915

Please sign in to comment.