mirror of
https://github.com/ivuorinen/generic-landing-page.git
synced 2026-01-26 11:44:00 +00:00
fix: absolute to relative urls
This commit is contained in:
@@ -3,6 +3,7 @@ import tailwindcss from '@tailwindcss/vite';
|
||||
import { resolve } from 'node:path';
|
||||
|
||||
export default defineConfig({
|
||||
base: './',
|
||||
root: 'src',
|
||||
plugins: [tailwindcss()],
|
||||
build: {
|
||||
|
||||
Reference in New Issue
Block a user