chore: update deployment notes and hosting information in README and next.config.ts

This commit is contained in:
Usman Baig
2026-01-28 15:01:10 +01:00
parent f82d77e04d
commit f8bf5d2645
2 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
[![License: AGPL v3](https://img.shields.io/badge/License-AGPL%20v3-green.svg)](https://www.gnu.org/licenses/agpl-3.0) [![License: AGPL v3](https://img.shields.io/badge/License-AGPL%20v3-green.svg)](https://www.gnu.org/licenses/agpl-3.0)
[![Built with Next.js](https://img.shields.io/badge/Built%20with-Next.js-blue.svg?logo=next.js&logoColor=white)](https://nextjs.org/) [![Built with Next.js](https://img.shields.io/badge/Built%20with-Next.js-blue.svg?logo=next.js&logoColor=white)](https://nextjs.org/)
[![Hosted on Railway](https://img.shields.io/badge/Hosted%20on-Railway-orange.svg?logo=railway&logoColor=white)](https://railway.app/) [![Hosted in Switzerland](https://img.shields.io/badge/Hosted%20in-Switzerland-red.svg)](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

View File

@@ -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,