Skip to content

Commit d1811f0

Browse files
authored
Merge pull request #56 from DefGuard/server-page
Server page
2 parents 8bbfc02 + 5dea716 commit d1811f0

38 files changed

+1441
-168
lines changed

astro.config.mjs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,5 +74,9 @@ export default defineConfig({
7474
},
7575
},
7676
},
77+
server: {
78+
// Allow all ngrok subdomains for development sharing (e.g., via ngrok tunnels)
79+
allowedHosts: ['.ngrok-free.app'],
80+
},
7781
},
7882
});
6.61 KB
Loading
33.5 KB
Loading
72 KB
Loading
95.1 KB
Loading
129 KB
Loading
52.9 KB
Loading
37.9 KB
Loading
21.1 KB
Loading

public/images/features/Rust.png

168 KB
Loading

0 commit comments

Comments
 (0)