generate fonts with correct filename
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is passing
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	continuous-integration/drone/push Build is passing
				
			This commit is contained in:
		@@ -45,7 +45,7 @@ module.exports = (env, options) => {
 | 
			
		||||
        {
 | 
			
		||||
          test: /\.(woff(2)?|ttf|eot|svg|otf)(\?v=[0-9]\.[0-9]\.[0-9])?$/,
 | 
			
		||||
          type: 'asset/resource',
 | 
			
		||||
          generator: { filename: 'fonts/[name][ext]' }
 | 
			
		||||
          generator: { filename: 'fonts/[name].[ext]' }
 | 
			
		||||
        }
 | 
			
		||||
      ]
 | 
			
		||||
    },
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user