From de6b36e7a4ee9771b7ec17aa958640ac9c9fc435 Mon Sep 17 00:00:00 2001 From: JulianPrieber <60265788+JulianPrieber@users.noreply.github.com> Date: Mon, 14 Feb 2022 13:08:37 +0100 Subject: [PATCH] Change public path MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is one of multiple public path edits. For simplified usability, I am integrating the public Laravel directory into the root directory.  This edit is part of moving everything from root/public to root. --- mix-manifest.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 mix-manifest.json diff --git a/mix-manifest.json b/mix-manifest.json new file mode 100644 index 0000000..2d60117 --- /dev/null +++ b/mix-manifest.json @@ -0,0 +1,4 @@ +{ + "/js/app.js": "/js/app.js", + "/css/app.css": "/css/app.css" +}