CSS was not being imported! Fixed: ✅ Added 'import ../styles/global.css' to BaseLayout.astro ✅ Rewrote CSS with plain CSS (not @apply which wasn't working) ✅ Cookie banner has inline styles as backup ✅ Font size: 16px base ✅ Solid colors: green-600 (#16a34a), gray-900 (#111827) ✅ Footer has policy links Build: 12 pages ✅
27 lines
960 B
Plaintext
27 lines
960 B
Plaintext
# Environment Configuration for Deal Plus Tech Website
|
|
# Copy this file to .env and fill in the values
|
|
|
|
# Admin Configuration
|
|
ADMIN_PASSWORD=dealplustech
|
|
|
|
# Astro DB (for consent logging)
|
|
ASTRO_DB_REMOTE_URL=file:./data/consent.db
|
|
|
|
# Site Configuration
|
|
NEXT_PUBLIC_SITE_URL=https://dealplustech.co.th
|
|
|
|
# Contact Information
|
|
NEXT_PUBLIC_PHONE=090-555-1415
|
|
NEXT_PUBLIC_EMAIL=info@dealplustech.co.th
|
|
NEXT_PUBLIC_LINE_ID=@dealplustech
|
|
NEXT_PUBLIC_FACEBOOK_URL=https://facebook.com/dealplustech
|
|
|
|
# Company Information
|
|
NEXT_PUBLIC_COMPANY_ADDRESS=บริษัท ดีล พลัส เทค จำกัด 9/70 ซอยนครลุง 17 แขวงบางไผ่ เขตบางแค กทม. 10160
|
|
|
|
# Google Analytics 4 (Required for tracking - requires user consent)
|
|
NEXT_PUBLIC_GA_MEASUREMENT_ID=G-XXXXXXXXXX
|
|
|
|
# WordPress API (optional - for blog integration)
|
|
# NEXT_PUBLIC_WORDPRESS_API_URL=https://your-wordpress-site.com/wp-json/wp/v2
|