Skip to content

Commit

Permalink
lets add routes
Browse files Browse the repository at this point in the history
Signed-off-by: misilelab <[email protected]>
  • Loading branch information
MisileLab committed May 26, 2024
1 parent 64262d1 commit d549102
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 5 deletions.

Large diffs are not rendered by default.

File renamed without changes.
4 changes: 2 additions & 2 deletions dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" href="https://fav.farm/🪄" />
<title>Animotion</title>
<script type="module" crossorigin src="/assets/index-85MNJ-Ae.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-BWApHDIP.css">
<script type="module" crossorigin src="/fastapi2/assets/index-D_BFC1tA.js"></script>
<link rel="stylesheet" crossorigin href="/fastapi2/assets/index-CTTbRyje.css">
</head>
<body>
<div id="app"></div>
Expand Down
1 change: 0 additions & 1 deletion projects/dsb/ppts/ana/fastapi1/.env.production

This file was deleted.

1 change: 1 addition & 0 deletions projects/dsb/ppts/ana/fastapi1/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ export default defineConfig({
'@styles': path.resolve(__dirname, './src/lib/styles'),
},
},
base: "/fastapi1"
})
1 change: 0 additions & 1 deletion projects/dsb/ppts/ana/fastapi2/.env.production

This file was deleted.

1 change: 1 addition & 0 deletions projects/dsb/ppts/ana/fastapi2/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ export default defineConfig({
'@styles': path.resolve(__dirname, './src/lib/styles'),
},
},
base: "/fastapi2"
})

0 comments on commit d549102

Please sign in to comment.