How long does it take for my custom domain to be up after setting it up with DNS?

Is this normal?
16 Replies
Walshy
Walshy11mo ago
404 means your config is wrong
dys
dysOP11mo ago
whats wrong about it
Walshy
Walshy11mo ago
It can't find an index.html file I don't know, I'm not you :p
dys
dysOP11mo ago
oh wait i select no framework is that probably why
Walshy
Walshy11mo ago
Are you using a framework?
dys
dysOP11mo ago
no well yes tsx
Walshy
Walshy11mo ago
are you building the site?
dys
dysOP11mo ago
no forked
Walshy
Walshy11mo ago
Yeah there's no build command, you'll need to build the site into html files
dys
dysOP11mo ago
Walshy
Walshy11mo ago
tsx is not something browsers can handle, it's a way to write sites You need to build tsx to html + js
dys
dysOP11mo ago
how would I achieve such a thing
Walshy
Walshy11mo ago
With a build tool. Vite, webpack, whatever You should already have all this setup. It's basic stuff when setting up any new project
dys
dysOP11mo ago
im special is there a youtube video i dont like reading
Walshy
Walshy11mo ago
Probably hundreds Go searching
dys
dysOP11mo ago
thats really difficult thank you @Walshy npm install sirry wrong thing what does this mean

Did you find this page helpful?