Skip to content

Commit

Permalink
Revert URL.
Browse files Browse the repository at this point in the history
Cannot use HTTP due to mixed content error, switching to cloudflare for
SSL termination.
  • Loading branch information
tmpfs committed Mar 16, 2024
1 parent d3d176a commit 0c846b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ module.exports = {
patterns: ["index.html", "dist/styles.css", "favicon.png"],
}),
new webpack.DefinePlugin({
"process.env.RELAY_URL": JSON.stringify("http://relay.tss.ac"),
"process.env.RELAY_URL": JSON.stringify("https://relay.tss.ac"),
"process.env.SNAP_ID": JSON.stringify(process.env.SNAP_ID),
}),
],
Expand Down

0 comments on commit 0c846b6

Please sign in to comment.