34ca1be9b7
Moved all images to public/assets/images. Added darkened photography across heroes, specials, menu cards, authentication, story, checkout, and footer. Replaced placeholder branding with the supplied logo. Preserved configurable menu item images. Updated desktop and mobile styling for readable cream/gold text.
9 lines
230 B
ApacheConf
9 lines
230 B
ApacheConf
RewriteEngine On
|
|
|
|
# Existing public files are served normally; all other URLs use the app router.
|
|
RewriteCond %{REQUEST_FILENAME} -f [OR]
|
|
RewriteCond %{REQUEST_FILENAME} -d
|
|
RewriteRule ^ - [END]
|
|
|
|
RewriteRule ^ index.php [QSA,END]
|