From 45eec206e7c42e2882bfb6ad8313ba75946b97e2 Mon Sep 17 00:00:00 2001 From: HerrHase Date: Sun, 14 Aug 2022 12:54:56 +0200 Subject: [PATCH] adding --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bf4bd0b..e4ef415 100644 --- a/README.md +++ b/README.md @@ -27,8 +27,10 @@ yarn run start ## Static & EtaHelper -To handle files from manifest.json that are generated from Laravel-Mix, you can -use **asset()** in the templates. +All Static Files that are handle by Laravel Mix are copied to /static. You find +the webpack.mix.js in /packages/frontend. Fastify will handle all request for +static files by **/static/**. To handle files from manifest.json you +can use **asset()** in the templates. ```