Config
This commit is contained in:
		
							parent
							
								
									9c151f8f74
								
							
						
					
					
						commit
						dcc6a696fc
					
				| 
						 | 
				
			
			@ -8,7 +8,7 @@
 | 
			
		|||
  <meta name="keywords" content="motus, wordle, le compte est bon, jeu de chiffres, numbers game">
 | 
			
		||||
  <title>N0mbers</title>
 | 
			
		||||
  <link rel="icon" href="/icons/favicon.ico">
 | 
			
		||||
  <link rel="alternate icon" href="/favicon.ico" type="image/png" sizes="16x16">
 | 
			
		||||
  <link rel="alternate icon" href="/icons/favicon.ico" type="image/png" sizes="16x16">
 | 
			
		||||
  <link rel="apple-touch-icon" href="/icons/apple-touch-icon.png" sizes="180x180">
 | 
			
		||||
  <link rel="mask-icon" href="/icons/favicon.svg" color="#1C1917">
 | 
			
		||||
  <meta name="theme-color" content="#1C1917">
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,9 +1,9 @@
 | 
			
		|||
import { createRouter, createWebHashHistory, createWebHistory } from 'vue-router'
 | 
			
		||||
import { createRouter, createWebHistory } from 'vue-router'
 | 
			
		||||
 | 
			
		||||
import HomeView from '../views/HomeView.vue'
 | 
			
		||||
 | 
			
		||||
const router = createRouter({
 | 
			
		||||
  history: createWebHashHistory(import.meta.env.BASE_URL),
 | 
			
		||||
  history: createWebHistory(import.meta.env.BASE_URL),
 | 
			
		||||
  routes: [
 | 
			
		||||
    {
 | 
			
		||||
      path: '/',
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -10,7 +10,7 @@ process.env.VITE_BUILD_DATE = new Date().toISOString()
 | 
			
		|||
 | 
			
		||||
// https://vitejs.dev/config/
 | 
			
		||||
export default defineConfig({
 | 
			
		||||
  base: '/compte/',
 | 
			
		||||
  base: '/',
 | 
			
		||||
  plugins: [
 | 
			
		||||
    vue({
 | 
			
		||||
      reactivityTransform: true,
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue
	
	Block a user