From e0545046691f45e9615cb3a84b628c4767c429f5 Mon Sep 17 00:00:00 2001
From: snipe <snipe@snipe.net>
Date: Wed, 25 Oct 2017 16:08:29 -0700
Subject: [PATCH] lol whoops

---
 webpack.mix.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/webpack.mix.js b/webpack.mix.js
index 973c47150..4b915cca2 100644
--- a/webpack.mix.js
+++ b/webpack.mix.js
@@ -1,7 +1,7 @@
 
 const { mix } = require('laravel-mix');
 
-mix.setPublicPath('farts'); //this throws everything to root dir 'build'
+mix.setPublicPath('build'); //this throws everything to root dir 'build'
 
 
 // This generates a file called app.css, which we use
-- 
GitLab