mirror of
				https://github.com/mmahdium/TBW.git
				synced 2025-11-04 09:09:24 +01:00 
			
		
		
		
	Fix base url
This commit is contained in:
		@@ -7,6 +7,7 @@ import tailwindcss from '@tailwindcss/vite'
 | 
			
		||||
 | 
			
		||||
// https://vite.dev/config/
 | 
			
		||||
export default defineConfig({
 | 
			
		||||
  base: process.env.DEPLOY_ENV === 'GH_PAGES' ? '/TBW/' : './',
 | 
			
		||||
  plugins: [
 | 
			
		||||
    vue(),  
 | 
			
		||||
    vueDevTools(),
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user