diff --git a/README.md b/README.md
index 0400ee0..003e838 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,5 @@
-
+
+
![TEST](https://github.com/Illegal-Studio/Linky/actions/workflows/test.yml/badge.svg)
diff --git a/resources/views/components/layout.blade.php b/resources/views/components/layout.blade.php
index c905973..71932d3 100644
--- a/resources/views/components/layout.blade.php
+++ b/resources/views/components/layout.blade.php
@@ -3,7 +3,7 @@
Linky
- @vite('resources/js/app.js', 'vendor/linky/build')
+ @vite('resources/js/app.js', 'vendor/linky')
@livewireScripts
@livewireStyles
diff --git a/src/ServiceProvider.php b/src/ServiceProvider.php
index 3dde262..f698e79 100644
--- a/src/ServiceProvider.php
+++ b/src/ServiceProvider.php
@@ -90,7 +90,7 @@ private function registerPublishing()
{
if ($this->app->runningInConsole()) {
$this->publishes([
- __DIR__.'/../public/' => public_path('vendor/linky'),
+ __DIR__.'/../public/build' => public_path('vendor/linky'),
], ['linky-assets','laravel-assets']);
}
}