Update HTML files to use Bunny.net CDN for static assets
- Updated all static asset URLs to use iceymi.b-cdn.net CDN - Changed favicon, CSS, and JS file references in index.html, admin.html, and privacy.html - API calls remain pointed to origin server for dynamic content - Ready for CDN deployment with proper cache separation
This commit is contained in:
parent
f73221e5cc
commit
d9559f71fe
15 changed files with 770 additions and 116 deletions
10
package.json
10
package.json
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "icewatch",
|
||||
"name": "great-lakes-ice-report",
|
||||
"version": "1.0.0",
|
||||
"description": "ICE location tracking website for Michigan",
|
||||
"description": "Great Lakes Ice Report - Community-driven winter road conditions tracker for Michigan",
|
||||
"main": "server.js",
|
||||
"scripts": {
|
||||
"start": "node server.js",
|
||||
|
@ -19,8 +19,12 @@
|
|||
},
|
||||
"keywords": [
|
||||
"ice",
|
||||
"tracking",
|
||||
"winter",
|
||||
"road conditions",
|
||||
"michigan",
|
||||
"great lakes",
|
||||
"weather",
|
||||
"tracking",
|
||||
"map"
|
||||
],
|
||||
"author": "Your Name",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue