François VIDIT
François VIDIT
in `package.json`, you could change line: `"build.server": "vite build -c adaptors/cloudflare-pages/vite.config.ts",`  for line: `"build.server": "vite build --ssr src/entry.cloudflare-pages.tsx",`  but after that uploading to `cloudflare` gives a no CSS...
thanks! That is how it finally worked for others... : `"lint": "eslint src/**/*.ts*",`  I'm sorry because I couldn't figure out that the problem was coming from `package.json` line `lint`...
ADDITION TO PREVIOUS: in `link` styling tags of `head` like following: ``, CSS validator says: `missing type="text/css"`, therefore, it should be: `
I'm sorry, I don't know React well, that why tutorial is problematic to me. I'm not able to re-write the docs but based on the above, it is possible to...
simplesearch is actually pointing to `simplesearch.md` file in `simplesearch.php`. It could point to `simplesearch.current_system_set_languages.md`, that would be it.