chore: update deployment notes and hosting information in README and next.config.ts
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
[](https://www.gnu.org/licenses/agpl-3.0)
|
[](https://www.gnu.org/licenses/agpl-3.0)
|
||||||
[](https://nextjs.org/)
|
[](https://nextjs.org/)
|
||||||
[](https://railway.app/)
|
[](https://en.wikipedia.org/wiki/Switzerland)
|
||||||
|
|
||||||
Pulse is the dashboard interface for the Pulse analytics platform. It provides a simple, intuitive interface for managing sites and viewing analytics data.
|
Pulse is the dashboard interface for the Pulse analytics platform. It provides a simple, intuitive interface for managing sites and viewing analytics data.
|
||||||
|
|
||||||
@@ -22,7 +22,7 @@ Pulse is the dashboard interface for the Pulse analytics platform. It provides a
|
|||||||
- **Charts**: Recharts for data visualization
|
- **Charts**: Recharts for data visualization
|
||||||
- **Authentication**: OAuth flow with ciphera-auth
|
- **Authentication**: OAuth flow with ciphera-auth
|
||||||
- **UI Components**: @ciphera-net/ui for shared components
|
- **UI Components**: @ciphera-net/ui for shared components
|
||||||
- **Hosting**: Railway
|
- **Hosting**: Swiss infrastructure
|
||||||
|
|
||||||
## Getting Started
|
## Getting Started
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ import type { NextConfig } from 'next'
|
|||||||
|
|
||||||
const nextConfig: NextConfig = {
|
const nextConfig: NextConfig = {
|
||||||
reactStrictMode: true,
|
reactStrictMode: true,
|
||||||
// * Enable standalone output for Railway deployment
|
// * Enable standalone output for production deployment
|
||||||
output: 'standalone',
|
output: 'standalone',
|
||||||
// * Privacy-first: Disable analytics and telemetry
|
// * Privacy-first: Disable analytics and telemetry
|
||||||
productionBrowserSourceMaps: false,
|
productionBrowserSourceMaps: false,
|
||||||
|
|||||||
Reference in New Issue
Block a user