flat-fuchsia
flat-fuchsia•2y ago

change favicon

how about dev how can i change the favicon.ico
20 Replies
kapa.ai
kapa.ai•2y ago
Hi @efren6799. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave: ---------------------- Hmm, I don't know enough to give you a confident answer yet. However, you can find more information about refine in the documentation (https://refine.dev/docs). ---------------------- Note: you can ask me a follow up question by @ mentioning me again :speech_balloon: ----------------------
kapa.ai
kapa.ai•2y ago
<@1031576840931913859> kapa.ai is still learning and improving, please let us how it did by reacting below
automatic-azure
automatic-azure•2y ago
Which project type are you using ? For example nextjs like this: https://stackoverflow.com/questions/56213019/how-to-add-a-favicon-to-a-next-js-static-site if you are using cra, you can search on google
Stack Overflow
How to add a favicon to a Next.js static site?
I'm trying to add a favicon to a Next.js static site without much luck. I've tried customising the document with components from 'next/document' https://nextjs.org/docs/#custom-document A straigh...
flat-fuchsia
flat-fuchsiaOP•2y ago
next with Mantine Ui library and supabase provider data
automatic-azure
automatic-azure•2y ago
Just add favicon.ico to your public folder. Nextjs will handle rest
flat-fuchsia
flat-fuchsiaOP•2y ago
thanks
automatic-azure
automatic-azure•2y ago
Your welcome 👋
flat-fuchsia
flat-fuchsiaOP•2y ago
Hi, How are you, do you know how I can modify the names of the titles of the tables and their relationship with the fields in Inferencer I have reviewed the documentation but it is not very clear to me
automatic-azure
automatic-azure•2y ago
You can copy generated code and modify to your needs
flat-fuchsia
flat-fuchsiaOP•2y ago
but how do I modify it? I don't understand
automatic-azure
automatic-azure•2y ago
flat-fuchsia
flat-fuchsiaOP•2y ago
for example, my entity user my table is users, I use supabase provider, my template is...
flat-fuchsia
flat-fuchsiaOP•2y ago
No description
flat-fuchsia
flat-fuchsiaOP•2y ago
is index.tsx into folder user
flat-fuchsia
flat-fuchsiaOP•2y ago
No description
flat-fuchsia
flat-fuchsiaOP•2y ago
mi view... only return this column
flat-fuchsia
flat-fuchsiaOP•2y ago
I want to change the names of the columns, I use user_id and not id for example
No description
No description
flat-fuchsia
flat-fuchsiaOP•2y ago
my users table has the columns name and lastName and it doesn't return them
automatic-azure
automatic-azure•2y ago
useTable | refine
By using useTable, you can get properties that are compatible with Ant Design component. All features such as sorting, filtering, and pagination come out of the box. Under the hood it uses useList for the fetch.
flat-fuchsia
flat-fuchsiaOP•2y ago
How can I combine cells, that is, if they give me the value of one cell, if it is null, give me the value of another?

Did you find this page helpful?