Skip to content

Commit

Permalink
chore(plugin): change assetDir
Browse files Browse the repository at this point in the history
  • Loading branch information
jlenon7 committed Jan 7, 2025
1 parent 6cdb69a commit 9ca62f5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@athenna/vite",
"version": "5.5.0",
"version": "5.6.0",
"description": "Vite plugin for Athenna Framework.",
"license": "MIT",
"author": "João Lenon <lenon@athenna.io>",
Expand Down
2 changes: 1 addition & 1 deletion src/vite/plugins/athenna.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import { config } from '#src/vite/plugins/config'
export default function athenna(options: ConfigOptions): PluginOption[] {
const fullOptions = Object.assign(
{
assetsUrl: '/assets',
assetsUrl: '/public/assets',
buildDirectory: 'public/assets',
reload: ['./src/resources/views/**/*.edge']
},
Expand Down

0 comments on commit 9ca62f5

Please sign in to comment.