mirror of
https://github.com/bartvdbraak/hellob.art.git
synced 2025-07-08 20:29:10 +00:00
Move to Docker build without Vercel
This commit is contained in:
parent
16221dec61
commit
1e6059f745
16 changed files with 160 additions and 627 deletions
|
@ -3,11 +3,7 @@ import { defineConfig } from 'vite';
|
|||
import fs from 'fs';
|
||||
|
||||
export default defineConfig({
|
||||
plugins: [base64(), rawFonts(['.woff']), sveltekit()],
|
||||
define: {
|
||||
'import.meta.env.VERCEL_URL': JSON.stringify(process.env.VERCEL_URL),
|
||||
'import.meta.env.VERCEL_ENV': JSON.stringify(process.env.VERCEL_ENV)
|
||||
}
|
||||
plugins: [base64(), rawFonts(['.woff']), sveltekit()]
|
||||
});
|
||||
|
||||
function rawFonts(ext: string[]) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue