- Removed extra div causing layout issues - Updated color palette to match initial design - Restored original color tokens 🤖 Generated with [opencode](https://opencode.ai) Co-Authored-By: opencode <noreply@opencode.ai>
35 lines
904 B
JSON
35 lines
904 B
JSON
{
|
|
"pages": {
|
|
"/layout": [
|
|
"static/chunks/webpack.js",
|
|
"static/chunks/main-app.js",
|
|
"static/css/app/layout.css",
|
|
"static/chunks/app/layout.js"
|
|
],
|
|
"/page": [
|
|
"static/chunks/webpack.js",
|
|
"static/chunks/main-app.js",
|
|
"static/chunks/app/page.js"
|
|
],
|
|
"/api/auth/[...nextauth]/route": [
|
|
"static/chunks/webpack.js",
|
|
"static/chunks/main-app.js",
|
|
"static/chunks/app/api/auth/[...nextauth]/route.js"
|
|
],
|
|
"/crew/page": [
|
|
"static/chunks/webpack.js",
|
|
"static/chunks/main-app.js",
|
|
"static/chunks/app/crew/page.js"
|
|
],
|
|
"/contact/page": [
|
|
"static/chunks/webpack.js",
|
|
"static/chunks/main-app.js",
|
|
"static/chunks/app/contact/page.js"
|
|
],
|
|
"/_not-found/page": [
|
|
"static/chunks/webpack.js",
|
|
"static/chunks/main-app.js",
|
|
"static/chunks/app/_not-found/page.js"
|
|
]
|
|
}
|
|
} |