+4
-1
.env.example
+4
-1
.env.example
+2
-2
README.md
+2
-2
README.md
···
55
```bash
56
npm run dev
57
```
58
-
The application will be accessible at `http://localhost:5173`.
59
60
## Usage
61
···
74
- `src/lib/css/`: Global CSS styles, including `app.css` (for general styling) and `variables.css` (for CSS variables).
75
- `src/lib/utils/`: Utility functions, such as caching mechanisms.
76
- `src/lib/profile/profile.ts`: Logic for fetching and processing user profile data from Bluesky.
77
-
- `svelte.config.js`: SvelteKit configuration, including prerendering settings. Note that the `origin` property in `prerender` has been removed for Vercel deployments to simplify the setup.
78
79
## Contributing
80
···
55
```bash
56
npm run dev
57
```
58
+
The application will typically be accessible at `http://localhost:5173`. For prerendering, the `origin` defaults to `http://localhost:5713` unless the `PUBLIC_ORIGIN` environment variable is set.
59
60
## Usage
61
···
74
- `src/lib/css/`: Global CSS styles, including `app.css` (for general styling) and `variables.css` (for CSS variables).
75
- `src/lib/utils/`: Utility functions, such as caching mechanisms.
76
- `src/lib/profile/profile.ts`: Logic for fetching and processing user profile data from Bluesky.
77
+
- `svelte.config.js`: SvelteKit configuration, including prerendering settings. The `origin` property in `prerender` now defaults to `http://localhost:5713` unless overridden by the `PUBLIC_ORIGIN` environment variable.
78
79
## Contributing
80
+1
-1
svelte.config.js
+1
-1
svelte.config.js