b307919bf7
Replace the single JSX file with a Next.js project, shared catalog and recommendation modules, backend API routes, file-backed persistence, Ollama recommendation endpoint, and picture-layer bike composition. Add initial aligned component assets for existing BSU layers plus RockShox and Maxxis products.
11 lines
170 B
JavaScript
11 lines
170 B
JavaScript
import nextVitals from "eslint-config-next/core-web-vitals";
|
|
|
|
export default [
|
|
...nextVitals,
|
|
{
|
|
rules: {
|
|
"@next/next/no-img-element": "off",
|
|
},
|
|
},
|
|
];
|