This website works better with JavaScript.
Home
Explore
Sign In
pollutri
/
ProgettoInterceptoCasaDellaScuola
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
fix cross origin worning
Sviluppo_Carrello_Immagini
Lorenzo Pollutri
2 hours ago
parent
38bb64b83f
commit
ab143871b1
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
next.config.ts
+ 1
- 1
next.config.ts
View File
@@ -1,7 +1,7 @@
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
allowedDevOrigins: ['10.210.1.225'],
};
export default nextConfig;
Write
Preview
Loading…
Cancel
Save