Skip to content

Commit

Permalink
ext: connect to correct server...
Browse files Browse the repository at this point in the history
  • Loading branch information
l0f3n committed Feb 3, 2024
1 parent 85a9f90 commit 2fc7e24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wikiweaver-ext/common/background.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// const domain = "https://wikiweaver.stuffontheinter.net"; // Use this for production
const domain = "http://localhost:4242"; // Use this for local development
const domain = "https://wikiweaver.stuffontheinter.net"; // Use this for production
// const domain = "http://localhost:4242"; // Use this for local development

chrome.webNavigation.onCommitted.addListener(
async (event) => {
Expand Down

0 comments on commit 2fc7e24

Please sign in to comment.