mirror of
				https://github.com/KevinMidboe/k9e.no.git
				synced 2025-10-29 17:50:14 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			18 lines
		
	
	
		
			386 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			386 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| import adapter from '@sveltejs/adapter-static';
 | |
| import preprocess from 'svelte-preprocess';
 | |
| 
 | |
| export default {
 | |
| 	preprocess: preprocess(),
 | |
| 	kit: {
 | |
| 		adapter: adapter({
 | |
| 			// default options are shown. On some platforms
 | |
| 			// these options are set automatically — see below
 | |
| 			pages: 'build',
 | |
| 			assets: 'build',
 | |
| 			fallback: undefined,
 | |
| 			precompress: false,
 | |
| 			strict: true
 | |
| 		})
 | |
| 	}
 | |
| };
 |