Skip to content

Commit

Permalink
deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
nurgeldiserikbay committed Mar 25, 2024
1 parent 36194b3 commit ce1170e
Show file tree
Hide file tree
Showing 10 changed files with 67 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/assets/CocktailMain-CwM1Iw82.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions docs/assets/CocktailMain-D4CqKBw5.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions docs/assets/CocktailView-BkMgaJwH.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions docs/assets/CocktailView-CnjZClcz.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions docs/assets/index-BNt3EKxU.js

Large diffs are not rendered by default.

31 changes: 31 additions & 0 deletions docs/assets/index-CSOjfTz9.js

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions docs/assets/index-DZdY5dfX.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
function __vite__mapDeps(indexes) {
if (!__vite__mapDeps.viteFileDeps) {
__vite__mapDeps.viteFileDeps = ["./CocktailMain-CwM1Iw82.js","./index-CSOjfTz9.js","./index-MF19Ex7s.css","./index-BNt3EKxU.js","./CocktailMain-D4CqKBw5.css","./CocktailView-BkMgaJwH.js","./CocktailView-CnjZClcz.css"]
}
return indexes.map((i) => __vite__mapDeps.viteFileDeps[i])
}
import{_ as e}from"./index-CSOjfTz9.js";const o={path:"/",name:"CocktailMain",component:()=>e(()=>import("./CocktailMain-CwM1Iw82.js"),__vite__mapDeps([0,1,2,3,4]),import.meta.url),children:[{path:"/:slug",name:"CocktailView",component:()=>e(()=>import("./CocktailView-BkMgaJwH.js"),__vite__mapDeps([5,1,2,3,6]),import.meta.url)}]},a=t=>{t.addRoute("Default",o),t.replace(t.currentRoute.value.fullPath)},l={router:a};export{l as default};
1 change: 1 addition & 0 deletions docs/assets/index-MF19Ex7s.css
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.head-3{font-weight:700;font-size:18px;line-height:1.4}html,body{height:100%;margin:0;padding:0;min-height:100%}
14 changes: 14 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Simurg Test</title>
<script type="module" crossorigin src="./assets/index-CSOjfTz9.js"></script>
<link rel="stylesheet" crossorigin href="./assets/index-MF19Ex7s.css">
</head>
<body>
<div id="app"></div>
</body>
</html>
4 changes: 4 additions & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ import vue from '@vitejs/plugin-vue'

// https://vitejs.dev/config/
export default defineConfig({
base: './',
build: {
outDir: './docs'
},
resolve: {
alias: {
'@': path.resolve(__dirname, 'src'),
Expand Down

0 comments on commit ce1170e

Please sign in to comment.