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/
 | 
					// https://vite.dev/config/
 | 
				
			||||||
export default defineConfig({
 | 
					export default defineConfig({
 | 
				
			||||||
 | 
					  base: process.env.DEPLOY_ENV === 'GH_PAGES' ? '/TBW/' : './',
 | 
				
			||||||
  plugins: [
 | 
					  plugins: [
 | 
				
			||||||
    vue(),  
 | 
					    vue(),  
 | 
				
			||||||
    vueDevTools(),
 | 
					    vueDevTools(),
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user