mirror of
https://github.com/bendtherules/multimeter-connect-web.git
synced 2026-08-18 13:52:26 +00:00
Update production url
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@ import { Inter } from "next/font/google";
|
||||
|
||||
const inter = Inter({ subsets: ["latin"] });
|
||||
|
||||
const PRODUCTION_URL = "https://bluetooth-speaker.netlify.app";
|
||||
const PRODUCTION_URL = "https://multimeter-speaker.netlify.app";
|
||||
const DEPLOY_URL = process.env.DEPLOY_URL || PRODUCTION_URL;
|
||||
|
||||
const title = "Multimeter speaker";
|
||||
|
||||
Reference in New Issue
Block a user