Main page created without function. CSS not working

This commit is contained in:
danielvici123
2024-10-31 16:38:36 +01:00
parent be36049883
commit 0e0cdfaa28
10 changed files with 55 additions and 98 deletions

2
src/vite-env.d.ts vendored
View File

@@ -16,7 +16,7 @@ export default defineConfig({
],
resolve: {
alias: {
'@': fileURLToPath(new URL('./src', import.meta.url))
'@': fileURLToPath(new URL('../src', import.meta.url))
}
}
})