All checks were successful
CI - Build and Push / Build and Push Docker Image (push) Successful in 18s
- Added S3 image upload workflow documentation. - Created custom hooks for managing blog posts, post details, and tags. - Developed BlogListPage and BlogPostPage components for displaying posts. - Integrated blog components and hooks into the main application. - Updated localization files to include blog-related strings. - Removed mock blog data and replaced it with dynamic data fetching.
9 lines
221 B
Plaintext
9 lines
221 B
Plaintext
# Environment Variables Template
|
|
|
|
# Blog API URL
|
|
# The base URL for the blog API endpoints
|
|
# If not set, defaults to /api/blog
|
|
VITE_BLOG_API_URL=http://localhost:8080/api/blog
|
|
|
|
# Add other environment variables as needed
|