Skip to content

Commit 9ca62f5

Browse files
committed
chore(plugin): change assetDir
1 parent 6cdb69a commit 9ca62f5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@athenna/vite",
3-
"version": "5.5.0",
3+
"version": "5.6.0",
44
"description": "Vite plugin for Athenna Framework.",
55
"license": "MIT",
66
"author": "João Lenon <lenon@athenna.io>",

src/vite/plugins/athenna.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import { config } from '#src/vite/plugins/config'
1616
export default function athenna(options: ConfigOptions): PluginOption[] {
1717
const fullOptions = Object.assign(
1818
{
19-
assetsUrl: '/assets',
19+
assetsUrl: '/public/assets',
2020
buildDirectory: 'public/assets',
2121
reload: ['./src/resources/views/**/*.edge']
2222
},

0 commit comments

Comments
 (0)