Blog: Nuxt 3 public files
Remember, if you have set a srcDir, your public directory needs to be within that srcDir. That’s all. …
#Nuxt3 #PublicFiles #StaticFiles #vue3
https://bramesposito.com/blog/2025/03/06/nuxt-3-public-files/
Nuxt 3 public files

Remember, if you have set a srcDir, your directory needs to be within that srcDir. That’s all.

Bram Esposito
Python - Django - Static files

YouTube

Blog post about service files from domain root (i.e. www.domain.com/file.txt) on a containerized Wordpress site:

https://metalcoder.dev/serve-files-from-domain-root-in-wordpress/

#wordpress #404 #staticfiles #ads.txt #docker #bitnami

Serve Files from Domain Root in Wordpress

Serving files without a folder in the path (i.e. www.domain.com/file.txt) can be tricky for a containerized installation of Wordpress, since the web root is not exposed as a volume. Custom 404 page to the rescue!

METAL CODER