Skip to content

Commit

Permalink
Merge pull request #17 from Illegal-Studio/develop
Browse files Browse the repository at this point in the history
Bump new version from develop
  • Loading branch information
nahime0 authored Mar 4, 2023
2 parents 3ff2885 + 6a4dbfe commit 13b98f5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<img width="151" alt="Linky-w@2x" src="https://user-images.githubusercontent.com/1971953/222575552-97a0a0ac-82f6-40f6-b50e-2ebf8077bbf1.png">
<img width="151" alt="Linky-w@2x" src="https://user-images.githubusercontent.com/1971953/222575552-97a0a0ac-82f6-40f6-b50e-2ebf8077bbf1.png#gh-dark-mode-only">
<img width="151" alt="linky-darkgrey" src="https://user-images.githubusercontent.com/436702/222921659-7cc67321-2177-442b-8572-a76e926bdff2.png#gh-light-mode-only">

![TEST](https://github.com/Illegal-Studio/Linky/actions/workflows/test.yml/badge.svg)

Expand Down
2 changes: 1 addition & 1 deletion resources/views/components/layout.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<title>Linky</title>


@vite('resources/js/app.js', 'vendor/linky/build')
@vite('resources/js/app.js', 'vendor/linky')
@livewireScripts
@livewireStyles
</head>
Expand Down
2 changes: 1 addition & 1 deletion src/ServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -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']);
}
}
Expand Down

0 comments on commit 13b98f5

Please sign in to comment.