Updated Sidebar to pull from NEXT_PUBLIC_BUILD_ENV instead of NODE.

This commit is contained in:
Bailey Taylor
2025-09-22 03:41:49 +00:00
parent ba007ac862
commit f0d8a26f57
5 changed files with 22 additions and 21 deletions

View File

@@ -13,7 +13,8 @@ const nextConfig: NextConfig = {
allowedDevOrigins: [
'http://localhost:3000',
'http://172.16.10.180:3000',
'https://dev.psg.net.au',
'dev.psg.net.au',
'https://sys.psg.net.au',
],
productionBrowserSourceMaps: false,