2 Commits

Author SHA1 Message Date
99f866fbef Force it
All checks were successful
Push image to registry / build-image (push) Successful in 3m45s
2025-02-07 16:20:05 +01:00
2be60c003b Revert vite config 2025-02-07 16:18:05 +01:00
2 changed files with 2 additions and 1 deletions

View File

@ -68,3 +68,5 @@ VITE_APP_URL="${APP_URL}"
DUSK_DRIVER_URL="http://undetected-chromedriver:4444"
DUSK_START_MAXIMIZED=true
ASSET_URL=https://datbrowser.matthiasg.dev

View File

@ -3,7 +3,6 @@ import laravel from 'laravel-vite-plugin';
import vue from '@vitejs/plugin-vue';
export default defineConfig({
base: process.env.ASSET_URL || '/',
plugins: [
laravel({
input: 'resources/js/app.ts',