Compare commits
9
Commits
edcb87e2b7
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
994873eec6 | ||
|
|
f7ba6bdc5b | ||
|
|
af3236234c | ||
|
|
93f118006b | ||
|
|
64c9f46eb8 | ||
|
|
f9d0b943d9 | ||
|
|
adc4a2501c | ||
|
|
e50f326cc2 | ||
|
|
7bc3ac759b |
@@ -3,6 +3,14 @@
|
||||
#
|
||||
# Recommended template: Node.gitignore
|
||||
|
||||
*.mp4
|
||||
*.png
|
||||
*.jpeg
|
||||
*.jpg
|
||||
*.avif
|
||||
*.webm
|
||||
*.webp
|
||||
|
||||
# TODO: where does this rule come from?
|
||||
docs/_book
|
||||
|
||||
|
||||
+14
@@ -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" />
|
||||
<meta name="description" content="A site showing off the pictures I take doing my bike rides.">
|
||||
<title>My Bike Rides</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
<script type="module" src="/src/main.ts"></script>
|
||||
</body>
|
||||
</html>
|
||||
Generated
+2918
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"name": "example_rbwr",
|
||||
"private": true,
|
||||
"version": "0.0.0",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "vue-tsc -b && vite build",
|
||||
"preview": "vite preview"
|
||||
},
|
||||
"dependencies": {
|
||||
"vue": "^3.5.13",
|
||||
"vue-router": "^4.5.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vitejs/plugin-vue": "^5.2.1",
|
||||
"@vue/tsconfig": "^0.7.0",
|
||||
"autoprefixer": "^10.4.20",
|
||||
"postcss": "^8.5.1",
|
||||
"tailwindcss": "^3.4.17",
|
||||
"typescript": "~5.6.2",
|
||||
"vite": "^6.0.5",
|
||||
"vue-tsc": "^2.2.0"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
export default {
|
||||
plugins: {
|
||||
tailwindcss: {},
|
||||
autoprefixer: {},
|
||||
},
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" role="img" class="iconify iconify--logos" width="31.88" height="32" preserveAspectRatio="xMidYMid meet" viewBox="0 0 256 257"><defs><linearGradient id="IconifyId1813088fe1fbc01fb466" x1="-.828%" x2="57.636%" y1="7.652%" y2="78.411%"><stop offset="0%" stop-color="#41D1FF"></stop><stop offset="100%" stop-color="#BD34FE"></stop></linearGradient><linearGradient id="IconifyId1813088fe1fbc01fb467" x1="43.376%" x2="50.316%" y1="2.242%" y2="89.03%"><stop offset="0%" stop-color="#FFEA83"></stop><stop offset="8.333%" stop-color="#FFDD35"></stop><stop offset="100%" stop-color="#FFA800"></stop></linearGradient></defs><path fill="url(#IconifyId1813088fe1fbc01fb466)" d="M255.153 37.938L134.897 252.976c-2.483 4.44-8.862 4.466-11.382.048L.875 37.958c-2.746-4.814 1.371-10.646 6.827-9.67l120.385 21.517a6.537 6.537 0 0 0 2.322-.004l117.867-21.483c5.438-.991 9.574 4.796 6.877 9.62Z"></path><path fill="url(#IconifyId1813088fe1fbc01fb467)" d="M185.432.063L96.44 17.501a3.268 3.268 0 0 0-2.634 3.014l-5.474 92.456a3.268 3.268 0 0 0 3.997 3.378l24.777-5.718c2.318-.535 4.413 1.507 3.936 3.838l-7.361 36.047c-.495 2.426 1.782 4.5 4.151 3.78l15.304-4.649c2.372-.72 4.652 1.36 4.15 3.788l-11.698 56.621c-.732 3.542 3.979 5.473 5.943 2.437l1.313-2.028l72.516-144.72c1.215-2.423-.88-5.186-3.54-4.672l-25.505 4.922c-2.396.462-4.435-1.77-3.759-4.114l16.646-57.705c.677-2.35-1.37-4.583-3.769-4.113Z"></path></svg>
|
||||
|
After Width: | Height: | Size: 1.5 KiB |
+23
@@ -0,0 +1,23 @@
|
||||
<template>
|
||||
|
||||
<div class="flex flex-col min-h-screen bg-var_background">
|
||||
<header class="flex justify-center">
|
||||
<nav class="pt-10 text-2xl flex place-items-center">
|
||||
<RouterLink class="mx-1" to="/">Home</RouterLink>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
<main class="pt-10 flex justify-center grow">
|
||||
<div class="w-full max-w-screen-lg px-4">
|
||||
<RouterView />
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<footer class="flex justify-center pt-10 mt-10 pb-2">
|
||||
<h5>Author: <a class="underline" href="https://www.linkedin.com/in/rasmus-b-rasmussen/">Rasmus B. W. Rasmussen</a></h5>
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
</template>
|
||||
<script setup lang="ts">
|
||||
</script>
|
||||
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" role="img" class="iconify iconify--logos" width="37.07" height="36" preserveAspectRatio="xMidYMid meet" viewBox="0 0 256 198"><path fill="#41B883" d="M204.8 0H256L128 220.8L0 0h97.92L128 51.2L157.44 0h47.36Z"></path><path fill="#41B883" d="m0 0l128 220.8L256 0h-51.2L128 132.48L50.56 0H0Z"></path><path fill="#35495E" d="M50.56 0L128 133.12L204.8 0h-47.36L128 51.2L97.92 0H50.56Z"></path></svg>
|
||||
|
After Width: | Height: | Size: 496 B |
@@ -0,0 +1,25 @@
|
||||
<script setup lang="ts">
|
||||
|
||||
import Card from "./Tags/Card.vue";
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<h1 class="text-3xl">Bike Rides</h1>
|
||||
<hr class="mb-6 border-1 border-slate-300" />
|
||||
|
||||
<Card link="/Tours/15" date="2025-07-19 05:14" :video="false" path="/Images/2025-07-19/PXL_20250719_031636352.MP_done.avif" :width="1434" :height="1080">Morning Ride</Card>
|
||||
<Card link="/Tours/14" date="2024-09-29 08:20" :video="false" path="/Images/2024-09-29/PXL_20240924_063112823.avif" :width="1434" :height="1080">Ride To Kerteminde</Card>
|
||||
<Card link="/Tours/13" date="2024-08-31 08:00" :video="false" path="/Images/2024-08-31/PXL_20240831_060050684.avif" :width="1434" :height="1080">Ride To Faaborg</Card>
|
||||
<Card link="/Tours/12" date="2024-08-03 06:50" :video="false" path="/Images/2024-08-03/PXL_20240803_073936592.avif" :width="1434" :height="1080">Just A Normal Ride</Card>
|
||||
<Card link="/Tours/11" date="2024-07-19 06:50" :video="false" path="/Images/2024-07-19/PXL_20240719_045037254.avif" :width="1434" :height="1080">Ride To Flyvesandet</Card>
|
||||
<Card link="/Tours/10" date="2024-07-11 07:20" :video="false" path="/Images/2024-07-11/PXL_20240711_053728407.avif" :width="1434" :height="1080">Ride To Lindøhoved</Card>
|
||||
<Card link="/Tours/9" date="2024-05-08 10:19" :video="false" path="/Images/2024-05-08/PXL_20240508_081926801.avif" :width="1434" :height="1080">First Of The Year</Card>
|
||||
<Card link="/Tours/8" date="2023-09-10 08:43" :video="true" path="/Images/2023-09-10/PXL_20230910_064305237.mp4" :width="1434" :height="1080">Staircase To Nowhere?</Card>
|
||||
<Card link="/Tours/7" date="2023-07-20 04:45" :video="false" path="/Images/2023-07-20/PXL_20230720_032106972.avif" :width="1434" :height="1080">Long Ride</Card>
|
||||
<Card link="/Tours/6" date="2023-07-17 04:42" :video="false" path="/Images/2023-07-17/PXL_20230717_025527239.avif" :width="1434" :height="1080">Cats :3</Card>
|
||||
<Card link="/Tours/5" date="2023-07-15 02:22" :video="false" path="/Images/2023-07-15/PXL_20230715_022235200.avif" :width="1434" :height="1080">Very Early Morning</Card>
|
||||
<Card link="/Tours/4" date="2023-07-08 05:01" :video="false" path="/Images/2023-07-08/PXL_20230708_030151033.avif" :width="1434" :height="1080">Awesome Morning</Card>
|
||||
<Card link="/Tours/3" date="2023/06/16 16:25" :video="false" path="/Images/2023-06-16/PXL_20230616_162528682.avif" :width="1434" :height="1080">Happy Cow :)</Card>
|
||||
<Card link="/Tours/2" date="2023/06/15 18:08" :video="false" path="/Images/2023-06-15/PXL_20230615_183905584.avif" :width="1434" :height="1080">Afternoon Ride</Card>
|
||||
<Card link="/Tours/1" date="2023/06/08 18:11" :video="false" path="/Images/PXL_20230531_181113680_scaled.avif" :width="1434" :height="1080">First Bike Ride With This Phone</Card>
|
||||
</template>
|
||||
@@ -0,0 +1,26 @@
|
||||
<script setup lang="ts">
|
||||
defineProps({
|
||||
date: String,
|
||||
path: String,
|
||||
video: Boolean,
|
||||
width: Number,
|
||||
height: Number,
|
||||
link: String,
|
||||
})
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<a :href="link">
|
||||
<h2 class="text-2xl"><slot/></h2>
|
||||
<p>{{date}}</p>
|
||||
<div v-if="!video">
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" :src="path" :width="width" :height="height"/>
|
||||
</div>
|
||||
<div v-else>
|
||||
<video class="shadow-xl shadow-slate-500 mb-12" controls>
|
||||
<source :src="path" :width="width" :height="height" type="video/mp4">
|
||||
</video>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
</template>
|
||||
@@ -0,0 +1,14 @@
|
||||
<script setup lang="ts">
|
||||
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<h1 class="text-3xl">Staircase To Nowhere?</h1>
|
||||
<p>2023-09-10 08∶43</p>
|
||||
<hr class="mb-6 border-1 border-slate-300" />
|
||||
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-09-10/PXL_20230910_064343984.jpg" width="1434" height="1080"/>
|
||||
<video class="shadow-xl shadow-slate-500 mb-12" controls playsinline>
|
||||
<source src="/Images/2023-09-10/PXL_20230910_064305237.mp4" type="video/mp4">
|
||||
</video>
|
||||
</template>
|
||||
@@ -0,0 +1,62 @@
|
||||
<script setup lang="ts">
|
||||
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<h1 class="text-3xl">Ride To Flyvesandet</h1>
|
||||
<p>2024-07-19 06∶50</p>
|
||||
<hr class="mb-6 border-1 border-slate-300" />
|
||||
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2024-07-19/PXL_20240719_045034919.avif" width="1434" height="1080"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2024-07-19/PXL_20240719_045037254.avif" width="1434" height="1080"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2024-07-19/PXL_20240719_045039190.avif" width="1434" height="1080"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2024-07-19/PXL_20240719_045042174.avif" width="1434" height="1080"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2024-07-19/PXL_20240719_052154055.avif" width="1434" height="1080"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2024-07-19/PXL_20240719_052527572.avif" width="1434" height="1080"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2024-07-19/PXL_20240719_052530054.avif" width="1434" height="1080"/>
|
||||
<video class="shadow-xl shadow-slate-500 mb-12" controls playsinline>
|
||||
<source src="/Images/2024-07-19/PXL_20240719_052531307_out.mp4" type="video/mp4">
|
||||
</video>
|
||||
<video class="shadow-xl shadow-slate-500 mb-12" controls playsinline>
|
||||
<source src="/Images/2024-07-19/PXL_20240719_055047095_out.mp4" type="video/mp4">
|
||||
</video>
|
||||
<video class="shadow-xl shadow-slate-500 mb-12" controls playsinline>
|
||||
<source src="/Images/2024-07-19/PXL_20240719_055506990_out.mp4" type="video/mp4">
|
||||
</video>
|
||||
<video class="shadow-xl shadow-slate-500 mb-12" controls playsinline>
|
||||
<source src="/Images/2024-07-19/PXL_20240719_060106359_out.mp4" type="video/mp4">
|
||||
</video>
|
||||
<video class="shadow-xl shadow-slate-500 mb-12" controls playsinline>
|
||||
<source src="/Images/2024-07-19/PXL_20240719_063101089_out.mp4" type="video/mp4">
|
||||
</video>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2024-07-19/PXL_20240719_063228729.avif" width="1434" height="1080"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2024-07-19/PXL_20240719_063252503.avif" width="1434" height="1080"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2024-07-19/PXL_20240719_063331929.avif" width="1434" height="1080"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2024-07-19/PXL_20240719_063336604.avif" width="1434" height="1080"/>
|
||||
<video class="shadow-xl shadow-slate-500 mb-12" controls playsinline>
|
||||
<source src="/Images/2024-07-19/PXL_20240719_065106462_out.mp4" type="video/mp4">
|
||||
</video>
|
||||
<video class="shadow-xl shadow-slate-500 mb-12" controls playsinline>
|
||||
<source src="/Images/2024-07-19/PXL_20240719_071441780_out.mp4" type="video/mp4">
|
||||
</video>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2024-07-19/PXL_20240719_071538723.avif" width="1434" height="1080"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2024-07-19/PXL_20240719_071543021.avif" width="1434" height="1080"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2024-07-19/PXL_20240719_071852664.avif" width="1434" height="1080"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2024-07-19/PXL_20240719_071902439.avif" width="1434" height="1080"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2024-07-19/PXL_20240719_072839993.avif" width="1434" height="1080"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2024-07-19/PXL_20240719_073030361.avif" width="1434" height="1080"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2024-07-19/PXL_20240719_073038080.avif" width="1434" height="1080"/>
|
||||
<video class="shadow-xl shadow-slate-500 mb-12" controls playsinline>
|
||||
<source src="/Images/2024-07-19/PXL_20240719_073040238_out.mp4" type="video/mp4">
|
||||
</video>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2024-07-19/PXL_20240719_073128007.avif" width="1434" height="1080"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2024-07-19/PXL_20240719_073131012.avif" width="1434" height="1080"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2024-07-19/PXL_20240719_073135929.avif" width="1434" height="1080"/>
|
||||
<video class="shadow-xl shadow-slate-500 mb-12" controls playsinline>
|
||||
<source src="/Images/2024-07-19/PXL_20240719_073221470_out.mp4" type="video/mp4">
|
||||
</video>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2024-07-19/PXL_20240719_080049283.MP.avif" width="1434" height="1080"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2024-07-19/PXL_20240719_095910474.avif" width="1434" height="1080"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2024-07-19/PXL_20240719_095912214.avif" width="1434" height="1080"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2024-07-19/PXL_20240719_095915552.avif" width="1434" height="1080"/>
|
||||
</template>
|
||||
@@ -0,0 +1,78 @@
|
||||
<script setup lang="ts">
|
||||
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<h1 class="text-3xl">Ride To Flyvesandet</h1>
|
||||
<p>2024-07-19 06:50</p>
|
||||
<hr class="mb-6 border-1 border-slate-300" />
|
||||
|
||||
<video class="shadow-xl shadow-slate-500 mb-12" controls playsinline width="3840" height="2160">
|
||||
<source src="/Images/2025-07-19/PXL_20250719_031316907_done.webm" type="video/webm">
|
||||
</video>
|
||||
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2025-07-19/PXL_20250719_031636352.MP_done.avif" width="4080" height="3072"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2025-07-19/PXL_20250719_031755191.MP_done.avif" width="4080" height="3072"/>
|
||||
|
||||
<video class="shadow-xl shadow-slate-500 mb-12" controls playsinline width="3840" height="2160">
|
||||
<source src="/Images/2025-07-19/PXL_20250719_032023039_done.webm" type="video/webm">
|
||||
</video>
|
||||
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2025-07-19/PXL_20250719_032544287.MP_done.avif" width="4080" height="3072"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2025-07-19/PXL_20250719_032547889.MP_done.avif" width="4080" height="3072"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2025-07-19/PXL_20250719_032920058_done.avif" width="3840" height="2160"/>
|
||||
|
||||
<video class="shadow-xl shadow-slate-500 mb-12" controls playsinline width="1920" height="1080">
|
||||
<source src="/Images/2025-07-19/PXL_20250719_034319285_small.webm" type="video/webm">
|
||||
</video>
|
||||
|
||||
<video class="shadow-xl shadow-slate-500 mb-12" controls playsinline width="1920" height="1080">
|
||||
<source src="/Images/2025-07-19/PXL_20250719_034807456_small.webm" type="video/webm">
|
||||
</video>
|
||||
|
||||
<video class="shadow-xl shadow-slate-500 mb-12" controls playsinline width="1920" height="1080">
|
||||
<source src="/Images/2025-07-19/PXL_20250719_040457853_small.webm" type="video/webm">
|
||||
</video>
|
||||
|
||||
<video class="shadow-xl shadow-slate-500 mb-12" controls playsinline width="1920" height="1080">
|
||||
<source src="/Images/2025-07-19/PXL_20250719_040858907_small.webm" type="video/webm">
|
||||
</video>
|
||||
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2025-07-19/PXL_20250719_042301710.MP_done.avif" width="4080" height="3072"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2025-07-19/PXL_20250719_044948212.MP_done.avif" width="4080" height="3072"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2025-07-19/PXL_20250719_051203510.MP_done.avif" width="4080" height="3072"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2025-07-19/PXL_20250719_051211381.MP_done.avif" width="4080" height="3072"/>
|
||||
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2025-07-19/PXL_20250719_052150739.MP_done.avif" width="4080" height="3072"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2025-07-19/PXL_20250719_052232568.MP_done.avif" width="4080" height="3072"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2025-07-19/PXL_20250719_053148283.MP_done.avif" width="4080" height="3072"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2025-07-19/PXL_20250719_053151966.MP_done.avif" width="4080" height="3072"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2025-07-19/PXL_20250719_053154543.MP_done.avif" width="4080" height="3072"/>
|
||||
|
||||
<video class="shadow-xl shadow-slate-500 mb-12" controls playsinline width="1920" height="1080">
|
||||
<source src="/Images/2025-07-19/PXL_20250719_053314839_small.webm" type="video/webm">
|
||||
</video>
|
||||
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2025-07-19/PXL_20250719_053336550_done.avif" width="3840" height="2160"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2025-07-19/PXL_20250719_053546152.MP_done.avif" width="4080" height="3072"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2025-07-19/PXL_20250719_053600302.MP_done.avif" width="4080" height="3072"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2025-07-19/PXL_20250719_053619429.MP_done.avif" width="4080" height="3072"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2025-07-19/PXL_20250719_053632976.MP_done.avif" width="4080" height="3072"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2025-07-19/PXL_20250719_054818065.MP_done.avif" width="4080" height="3072"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2025-07-19/PXL_20250719_055440797.MP_done.avif" width="4080" height="3072"/>
|
||||
|
||||
<video class="shadow-xl shadow-slate-500 mb-12" controls playsinline width="1920" height="1080">
|
||||
<source src="/Images/2025-07-19/PXL_20250719_055855613_small.webm" type="video/webm">
|
||||
</video>
|
||||
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2025-07-19/PXL_20250719_055942638_done.avif" width="3840" height="2160"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2025-07-19/PXL_20250719_060042632.MP_done.avif" width="4080" height="3072"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2025-07-19/PXL_20250719_061857072.MP_done.avif" width="4080" height="3072"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2025-07-19/PXL_20250719_063451677.MP_done.avif" width="4080" height="3072"/>
|
||||
|
||||
<video class="shadow-xl shadow-slate-500 mb-12" controls playsinline width="1920" height="1080">
|
||||
<source src="/Images/2025-07-19/PXL_20250719_064122793_small.webm" type="video/webm">
|
||||
</video>
|
||||
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2025-07-19/PXL_20250719_065339511.MP_done.avif" width="4080" height="3072"/>
|
||||
</template>
|
||||
@@ -0,0 +1,36 @@
|
||||
<script setup lang="ts">
|
||||
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<h1 class="text-3xl">Very Early Morning</h1>
|
||||
<p>2023-07-15 02:22</p>
|
||||
<hr class="mb-6 border-1 border-slate-300" />
|
||||
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-07-15/PXL_20230715_022235200.avif" width="1434" height="1080"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-07-15/PXL_20230715_023225963.avif" width="1434" height="1080"/>
|
||||
<video class="shadow-xl shadow-slate-500 mb-12" controls playsinline>
|
||||
<source src="/Images/2023-07-15/PXL_20230715_023650765_out.mp4" type="video/mp4">
|
||||
</video>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-07-15/PXL_20230715_024130506.avif" width="1434" height="1080"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-07-15/PXL_20230715_024923998.avif" width="1434" height="1080"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-07-15/PXL_20230715_025432871.avif" width="1434" height="1080"/>
|
||||
<p>Creepy.</p>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-07-15/PXL_20230715_030337825.avif" width="1434" height="1080"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-07-15/PXL_20230715_030808027.avif" width="1434" height="1080"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-07-15/PXL_20230715_030810512.avif" width="1434" height="1080"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-07-15/PXL_20230715_031735319.MP.avif" width="1434" height="1080"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-07-15/PXL_20230715_032227160.avif" width="1434" height="1080"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-07-15/PXL_20230715_032232217.avif" width="1434" height="1080"/>
|
||||
<video class="shadow-xl shadow-slate-500 mb-12" controls playsinline>
|
||||
<source src="/Images/2023-07-15/PXL_20230715_032233981_out.mp4" type="video/mp4">
|
||||
</video>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-07-15/PXL_20230715_033008533.avif" width="1434" height="1080"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-07-15/PXL_20230715_034620563.avif" width="1434" height="1080"/>
|
||||
<p>Stay snackin'</p>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-07-15/PXL_20230715_034626397.avif" width="1434" height="1080"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-07-15/PXL_20230715_040320221.avif" width="1434" height="1080"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-07-15/PXL_20230715_040322193.avif" width="1434" height="1080"/>
|
||||
<p>Lillebæltsbroen</p>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-07-15/PXL_20230715_051822516.avif" width="1434" height="1080"/>
|
||||
</template>
|
||||
@@ -0,0 +1,50 @@
|
||||
<script setup lang="ts">
|
||||
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<h1 class="text-3xl">Awesome Morning</h1>
|
||||
<p>2023-07-08 05:01</p>
|
||||
<hr class="mb-6 border-1 border-slate-300" />
|
||||
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-07-08/PXL_20230708_030149199.avif" width="1434" height="1080"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-07-08/PXL_20230708_030151033.avif" width="1434" height="1080"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-07-08/PXL_20230708_030206372.avif" width="1434" height="1080"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-07-08/PXL_20230708_030207990.avif" width="1434" height="1080"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-07-08/PXL_20230708_030210142.avif" width="1434" height="1080"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-07-08/PXL_20230708_030214554.avif" width="1434" height="1080"/>
|
||||
<video class="shadow-xl shadow-slate-500 mb-12" controls playsinline preload="metadata">
|
||||
<source src="/Images/2023-07-08/PXL_20230708_030034019.mp4" type="video/mp4">
|
||||
</video>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-07-08/PXL_20230708_030739777.avif" width="1434" height="1080"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-07-08/PXL_20230708_030747226.avif" width="1434" height="1080"/>
|
||||
<video class="shadow-xl shadow-slate-500 mb-12" controls playsinline>
|
||||
<source src="/Images/2023-07-08/PXL_20230708_030907254_out.mp4" type="video/mp4">
|
||||
</video>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-07-08/PXL_20230708_033525935.avif" width="1434" height="1080"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-07-08/PXL_20230708_033527471.avif" width="1434" height="1080"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-07-08/PXL_20230708_033528845.avif" width="1434" height="1080"/>
|
||||
<video class="shadow-xl shadow-slate-500 mb-12" controls playsinline>
|
||||
<source src="/Images/2023-07-08/PXL_20230708_033228118_out.mp4" type="video/mp4">
|
||||
</video>
|
||||
<video class="shadow-xl shadow-slate-500 mb-12" controls playsinline>
|
||||
<source src="/Images/2023-07-08/PXL_20230708_033532792_out.mp4" type="video/mp4">
|
||||
</video>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-07-08/PXL_20230708_034623879.avif" width="1434" height="1080"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-07-08/PXL_20230708_035010314.avif" width="1434" height="1080"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-07-08/PXL_20230708_035016510.avif" width="1434" height="1080"/>
|
||||
<video class="shadow-xl shadow-slate-500 mb-12" controls playsinline>
|
||||
<source src="/Images/2023-07-08/PXL_20230708_034625676_out.mp4" type="video/mp4">
|
||||
</video>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-07-08/PXL_20230708_040350977.avif" width="1434" height="1080"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-07-08/PXL_20230708_040353054.avif" width="1434" height="1080"/>
|
||||
<video class="shadow-xl shadow-slate-500 mb-12" controls playsinline>
|
||||
<source src="/Images/2023-07-08/PXL_20230708_040356572_out.mp4" type="video/mp4">
|
||||
</video>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-07-08/PXL_20230708_041401459.avif" width="1434" height="1080"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-07-08/PXL_20230708_041405106.avif" width="1434" height="1080"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-07-08/PXL_20230708_041407927.MP.avif" width="1434" height="1080"/>
|
||||
<video class="shadow-xl shadow-slate-500 mb-12" controls playsinline>
|
||||
<source src="/Images/2023-07-08/PXL_20230708_041408697_out.mp4" type="video/mp4">
|
||||
</video>
|
||||
</template>
|
||||
@@ -0,0 +1,28 @@
|
||||
<script setup lang="ts">
|
||||
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<h1 class="text-3xl">Ride To Kerteminde</h1>
|
||||
<p>2024-09-29 08∶20</p>
|
||||
<hr class="mb-6 border-1 border-slate-300" />
|
||||
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2024-09-29/PXL_20240924_062001841.avif" width="1434" height="1080"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2024-09-29/PXL_20240924_062003496.avif" width="1434" height="1080"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2024-09-29/PXL_20240924_063112823.avif" width="1434" height="1080"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2024-09-29/PXL_20240924_063116702.avif" width="1434" height="1080"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2024-09-29/PXL_20240924_063120285.avif" width="1434" height="1080"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2024-09-29/PXL_20240924_063122100.avif" width="1434" height="1080"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2024-09-29/PXL_20240924_063125736.avif" width="1434" height="1080"/>
|
||||
<video class="shadow-xl shadow-slate-500 mb-12" controls playsinline>
|
||||
<source src="/Images/2024-09-29/PXL_20240924_063444273_out.mp4" type="video/mp4">
|
||||
</video>
|
||||
<video class="shadow-xl shadow-slate-500 mb-12" controls playsinline>
|
||||
<source src="/Images/2024-09-29/PXL_20240924_063854857_out.mp4" type="video/mp4">
|
||||
</video>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2024-09-29/PXL_20240924_063906761.avif" width="1434" height="1080"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2024-09-29/PXL_20240924_080309641.MP.avif" width="1434" height="1080"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2024-09-29/PXL_20240924_102844808.avif" width="1434" height="1080"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2024-09-29/PXL_20240924_102846535.avif" width="1434" height="1080"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2024-09-29/PXL_20240924_102848988.avif" width="1434" height="1080"/>
|
||||
</template>
|
||||
@@ -0,0 +1,21 @@
|
||||
<script setup lang="ts">
|
||||
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<h1 class="text-3xl">First Of The Year</h1>
|
||||
<p>2024-05-08 10∶19</p>
|
||||
<hr class="mb-6 border-1 border-slate-300" />
|
||||
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2024-05-08/PXL_20240508_081926801.avif" width="1434" height="1080"/>
|
||||
<video class="shadow-xl shadow-slate-500 mb-12" controls playsinline>
|
||||
<source src="/Images/2024-05-08/PXL_20240508_082617685_out.mp4" type="video/mp4">
|
||||
</video>
|
||||
<video class="shadow-xl shadow-slate-500 mb-12" controls playsinline>
|
||||
<source src="/Images/2024-05-08/PXL_20240508_083610124_out.mp4" type="video/mp4">
|
||||
</video>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2024-05-08/PXL_20240508_092835300.avif" width="1434" height="1080"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2024-05-08/PXL_20240508_092836971.avif" width="1434" height="1080"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2024-05-08/PXL_20240508_092838720.avif" width="1434" height="1080"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2024-05-08/PXL_20240508_093616734.avif" width="1434" height="1080"/>
|
||||
</template>
|
||||
@@ -0,0 +1,12 @@
|
||||
<script setup lang="ts">
|
||||
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<h1 class="text-3xl">First Bike Ride With This Phone</h1>
|
||||
<p>2023/06/08 18:11</p>
|
||||
<hr class="mb-6 border-1 border-slate-300" />
|
||||
|
||||
<p class="mb-3">This is the first picture I took with my Pixel 7 Pro, while on the bike. The picture goes quite hard IMO.</p>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/PXL_20230531_181113680_scaled.avif" width="1434" height="1080"/>
|
||||
</template>
|
||||
@@ -0,0 +1,60 @@
|
||||
<script setup lang="ts">
|
||||
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<h1 class="text-3xl">Long Ride</h1>
|
||||
<p>2023-07-20 04∶45</p>
|
||||
<hr class="mb-6 border-1 border-slate-300" />
|
||||
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-07-20/PXL_20230720_024504913.avif" width="1434" height="1080"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-07-20/PXL_20230720_024825595.avif" width="1434" height="1080"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-07-20/PXL_20230720_032106972.avif" width="1434" height="1080"/>
|
||||
<video class="shadow-xl shadow-slate-500 mb-12" controls playsinline>
|
||||
<source src="/Images/2023-07-20/PXL_20230720_032353950_out.mp4" type="video/mp4">
|
||||
</video>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-07-20/PXL_20230720_032421515.avif" width="1434" height="1080"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-07-20/PXL_20230720_032557106.avif" width="1434" height="1080"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-07-20/PXL_20230720_032603860.avif" width="1434" height="1080"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-07-20/PXL_20230720_032606784.avif" width="1434" height="1080"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-07-20/PXL_20230720_032633873.avif" width="1434" height="1080"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-07-20/PXL_20230720_032637978.avif" width="1434" height="1080"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-07-20/PXL_20230720_032643052.avif" width="1434" height="1080"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-07-20/PXL_20230720_032702025.avif" width="1434" height="1080"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-07-20/PXL_20230720_032742996.avif" width="1434" height="1080"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-07-20/PXL_20230720_032749444.avif" width="1434" height="1080"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-07-20/PXL_20230720_032828882.avif" width="1434" height="1080"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-07-20/PXL_20230720_035325978.avif" width="1434" height="1080"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-07-20/PXL_20230720_043438593.avif" width="1434" height="1080"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-07-20/PXL_20230720_043440777.avif" width="1434" height="1080"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-07-20/PXL_20230720_043446049.avif" width="1434" height="1080"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-07-20/PXL_20230720_043522078.avif" width="1434" height="1080"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-07-20/PXL_20230720_043523823.avif" width="1434" height="1080"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-07-20/PXL_20230720_043529566.avif" width="1434" height="1080"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-07-20/PXL_20230720_043534305.avif" width="1434" height="1080"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-07-20/PXL_20230720_043536791.avif" width="1434" height="1080"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-07-20/PXL_20230720_043919653.avif" width="1434" height="1080"/>
|
||||
<video class="shadow-xl shadow-slate-500 mb-12" controls playsinline>
|
||||
<source src="/Images/2023-07-20/PXL_20230720_043922610_out.mp4" type="video/mp4">
|
||||
</video>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-07-20/PXL_20230720_044456902.MP.avif" width="1434" height="1080"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-07-20/PXL_20230720_045952509.MP.avif" width="1434" height="1080"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-07-20/PXL_20230720_045955275.avif" width="1434" height="1080"/>
|
||||
<video class="shadow-xl shadow-slate-500 mb-12" controls playsinline>
|
||||
<source src="/Images/2023-07-20/PXL_20230720_053901693_out.mp4" type="video/mp4">
|
||||
</video>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-07-20/PXL_20230720_055451468.avif" width="1434" height="1080"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-07-20/PXL_20230720_060100084.avif" width="1434" height="1080"/>
|
||||
<video class="shadow-xl shadow-slate-500 mb-12" controls playsinline>
|
||||
<source src="/Images/2023-07-20/PXL_20230720_063910268_out.mp4" type="video/mp4">
|
||||
</video>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-07-20/PXL_20230720_064113236.avif" width="1434" height="1080"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-07-20/PXL_20230720_071335505.avif" width="1434" height="1080"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-07-20/PXL_20230720_074729098.avif" width="1434" height="1080"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-07-20/PXL_20230720_074929416.avif" width="1434" height="1080"/>
|
||||
<video class="shadow-xl shadow-slate-500 mb-12" controls playsinline>
|
||||
<source src="/Images/2023-07-20/PXL_20230720_075127974_out.mp4" type="video/mp4">
|
||||
</video>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-07-20/PXL_20230720_075144302.avif" width="1434" height="1080"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-07-20/PXL_20230720_075146478.avif" width="1434" height="1080"/>
|
||||
</template>
|
||||
@@ -0,0 +1,23 @@
|
||||
<script setup lang="ts">
|
||||
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<h1 class="text-3xl">Awesome Morning</h1>
|
||||
<p>2023-07-17 04:42</p>
|
||||
<hr class="mb-6 border-1 border-slate-300" />
|
||||
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-07-17/PXL_20230717_024224855.avif" width="1434" height="1080"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-07-17/PXL_20230717_024228139.avif" width="1434" height="1080"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-07-17/PXL_20230717_024447102.avif" width="1434" height="1080"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-07-17/PXL_20230717_024450084.avif" width="1434" height="1080"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-07-17/PXL_20230717_024454101.avif" width="1434" height="1080"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-07-17/PXL_20230717_025522291.avif" width="1434" height="1080"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-07-17/PXL_20230717_025527239.avif" width="1434" height="1080"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-07-17/PXL_20230717_031157331.avif" width="1434" height="1080"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-07-17/PXL_20230717_042523735.avif" width="1434" height="1080"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-07-17/PXL_20230717_044356820.avif" width="1434" height="1080"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-07-17/PXL_20230717_044400601.avif" width="1434" height="1080"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-07-17/PXL_20230717_044404651.avif" width="1434" height="1080"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-07-17/PXL_20230717_053527873.avif" width="1434" height="1080"/>
|
||||
</template>
|
||||
@@ -0,0 +1,29 @@
|
||||
<script setup lang="ts">
|
||||
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<h1 class="text-3xl">Ride To Lindøhoved</h1>
|
||||
<p>2024-07-11 07∶20</p>
|
||||
<hr class="mb-6 border-1 border-slate-300" />
|
||||
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2024-07-11/PXL_20240711_052054947.avif" width="1434" height="1080"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2024-07-11/PXL_20240711_052102112.avif" width="1434" height="1080"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2024-07-11/PXL_20240711_053728407.avif" width="1434" height="1080"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2024-07-11/PXL_20240711_053730135.MP.avif" width="1434" height="1080"/>
|
||||
<video class="shadow-xl shadow-slate-500 mb-12" controls playsinline>
|
||||
<source src="/Images/2024-07-11/PXL_20240711_055102893_out.mp4" type="video/mp4">
|
||||
</video>
|
||||
<video class="shadow-xl shadow-slate-500 mb-12" controls playsinline>
|
||||
<source src="/Images/2024-07-11/PXL_20240711_055708960_out.mp4" type="video/mp4">
|
||||
</video>
|
||||
<video class="shadow-xl shadow-slate-500 mb-12" controls playsinline>
|
||||
<source src="/Images/2024-07-11/PXL_20240711_060917061_out.mp4" type="video/mp4">
|
||||
</video>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2024-07-11/PXL_20240711_061742843.MP.avif" width="1434" height="1080"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2024-07-11/PXL_20240711_061748972.avif" width="1434" height="1080"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2024-07-11/PXL_20240711_061752412.avif" width="1434" height="1080"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2024-07-11/PXL_20240711_061808920.avif" width="1434" height="1080"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2024-07-11/PXL_20240711_061816219.avif" width="1434" height="1080"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2024-07-11/PXL_20240711_061827166.avif" width="1434" height="1080"/>
|
||||
</template>
|
||||
@@ -0,0 +1,14 @@
|
||||
<script setup lang="ts">
|
||||
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<h1 class="text-3xl">Happy Cow :)</h1>
|
||||
<p>2023/06/16 16:25</p>
|
||||
<hr class="mb-6 border-1 border-slate-300" />
|
||||
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-06-16/PXL_20230616_162525195.avif" width="1434" height="1080"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-06-16/PXL_20230616_162528682.avif" width="1434" height="1080"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-06-16/PXL_20230616_162532579.avif" width="1434" height="1080"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-06-16/PXL_20230616_162539192.avif" width="1434" height="1080"/>
|
||||
</template>
|
||||
@@ -0,0 +1,24 @@
|
||||
<script setup lang="ts">
|
||||
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<h1 class="text-3xl">Just A normal Ride</h1>
|
||||
<p>2024-08-03 06∶50</p>
|
||||
<hr class="mb-6 border-1 border-slate-300" />
|
||||
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2024-08-03/PXL_20240803_073936592.avif" width="1434" height="1080"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2024-08-03/PXL_20240803_073939806.avif" width="1434" height="1080"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2024-08-03/PXL_20240803_074726596.MP.avif" width="1434" height="1080"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2024-08-03/PXL_20240803_074731839.avif" width="1434" height="1080"/>
|
||||
<video class="shadow-xl shadow-slate-500 mb-12" controls playsinline>
|
||||
<source src="/Images/2024-08-03/PXL_20240803_090135353_out.mp4" type="video/mp4">
|
||||
</video>
|
||||
<video class="shadow-xl shadow-slate-500 mb-12" controls playsinline>
|
||||
<source src="/Images/2024-08-03/PXL_20240803_104809427_out.mp4" type="video/mp4">
|
||||
</video>
|
||||
<video class="shadow-xl shadow-slate-500 mb-12" controls playsinline>
|
||||
<source src="/Images/2024-08-03/PXL_20240803_105808240_out.mp4" type="video/mp4">
|
||||
</video>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2024-08-03/PXL_20240803_112802307.avif" width="1434" height="1080"/>
|
||||
</template>
|
||||
@@ -0,0 +1,28 @@
|
||||
<script setup lang="ts">
|
||||
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<h1 class="text-3xl">Afternoon Ride</h1>
|
||||
<p>2023/06/15 18:08</p>
|
||||
<hr class="mb-6 border-1 border-slate-300" />
|
||||
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-06-15/PXL_20230615_180847631.avif" width="1434" height="1080"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-06-15/PXL_20230615_180852000.avif" width="1434" height="1080"/>
|
||||
<p>My bike with a backpack (filled with snacks) and a bikepump.</p>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-06-15/PXL_20230615_180855153.avif" width="1434" height="1080"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-06-15/PXL_20230615_181916361.avif" width="1434" height="1080"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-06-15/PXL_20230615_182139777.avif" width="1434" height="1080"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-06-15/PXL_20230615_183903551.avif" width="1434" height="1080"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-06-15/PXL_20230615_183905584.avif" width="1434" height="1080"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-06-15/PXL_20230615_183907459.avif" width="1434" height="1080"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-06-15/PXL_20230615_183915650.avif" width="1434" height="1080"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-06-15/PXL_20230615_183910284.avif" width="1434" height="1080"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-06-15/PXL_20230615_183912658.avif" width="1434" height="1080"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-06-15/PXL_20230615_185303190.avif" width="1434" height="1080"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-06-15/PXL_20230615_192802436.avif" width="1434" height="1080"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2023-06-15/PXL_20230615_195642427.avif" width="1434" height="1080"/>
|
||||
<video class="shadow-xl shadow-slate-500 mb-12" controls playsinline>
|
||||
<source src="/Images/2023-06-15/PXL_20230615_183929301.mp4" type="video/mp4">
|
||||
</video>
|
||||
</template>
|
||||
@@ -0,0 +1,29 @@
|
||||
<script setup lang="ts">
|
||||
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<h1 class="text-3xl">Ride To Faaborg</h1>
|
||||
<p>2024-08-31 08∶00</p>
|
||||
<hr class="mb-6 border-1 border-slate-300" />
|
||||
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2024-08-31/PXL_20240831_060046043.avif" width="1434" height="1080"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2024-08-31/PXL_20240831_060050684.avif" width="1434" height="1080"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2024-08-31/PXL_20240831_061802549.MP.avif" width="1434" height="1080"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2024-08-31/PXL_20240831_061809308.avif" width="1434" height="1080"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2024-08-31/PXL_20240831_071542124.avif" width="1434" height="1080"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2024-08-31/PXL_20240831_071549734.avif" width="1434" height="1080"/>
|
||||
<video class="shadow-xl shadow-slate-500 mb-12" controls playsinline>
|
||||
<source src="/Images/2024-08-31/PXL_20240831_071553075_out.mp4" type="video/mp4">
|
||||
</video>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2024-08-31/PXL_20240831_073241130.MP.avif" width="1434" height="1080"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2024-08-31/PXL_20240831_073245407.avif" width="1434" height="1080"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2024-08-31/PXL_20240831_073327676.MP.avif" width="1434" height="1080"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2024-08-31/PXL_20240831_073334966.avif" width="1434" height="1080"/>
|
||||
<video class="shadow-xl shadow-slate-500 mb-12" controls playsinline>
|
||||
<source src="/Images/2024-08-31/PXL_20240831_073415337_out.mp4" type="video/mp4">
|
||||
</video>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2024-08-31/PXL_20240831_073700197.avif" width="1434" height="1080"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2024-08-31/PXL_20240831_073702628.avif" width="1434" height="1080"/>
|
||||
<img class="shadow-xl shadow-slate-500 mb-12" loading="lazy" decoding="async" src="/Images/2024-08-31/PXL_20240831_091934951.avif" width="1434" height="1080"/>
|
||||
</template>
|
||||
@@ -0,0 +1,3 @@
|
||||
@tailwind base;
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
+46
@@ -0,0 +1,46 @@
|
||||
import { createApp } from 'vue'
|
||||
import { createRouter, createWebHistory } from "vue-router";
|
||||
import './index.css'
|
||||
import './styles.css'
|
||||
import App from './App.vue'
|
||||
import Home from "./components/Home.vue";
|
||||
import One from "./components/Tours/One.vue";
|
||||
import Two from "./components/Tours/Two.vue";
|
||||
import Three from "./components/Tours/Three.vue";
|
||||
import Four from "./components/Tours/Four.vue";
|
||||
import Five from "./components/Tours/Five.vue";
|
||||
import Six from "./components/Tours/Six.vue";
|
||||
import Seven from "./components/Tours/Seven.vue";
|
||||
import Eight from "./components/Tours/Eight.vue";
|
||||
import Nine from "./components/Tours/Nine.vue";
|
||||
import Ten from "./components/Tours/Ten.vue";
|
||||
import Eleven from "./components/Tours/Eleven.vue";
|
||||
import Twelve from "./components/Tours/Twelve.vue";
|
||||
import Thirteen from "./components/Tours/thirteen.vue";
|
||||
import Fourteen from "./components/Tours/Fourteen.vue";
|
||||
import Fifteen from "./components/Tours/Fifteen.vue";
|
||||
|
||||
const router = createRouter({
|
||||
history: createWebHistory(),
|
||||
routes: [
|
||||
{path: '/', name: 'Home', component: Home},
|
||||
|
||||
{path: '/Tours/1', name: '1', component: One},
|
||||
{path: '/Tours/2', name: '2', component: Two},
|
||||
{path: '/Tours/3', name: '3', component: Three},
|
||||
{path: '/Tours/4', name: '4', component: Four},
|
||||
{path: '/Tours/5', name: '5', component: Five},
|
||||
{path: '/Tours/6', name: '6', component: Six},
|
||||
{path: '/Tours/7', name: '7', component: Seven},
|
||||
{path: '/Tours/8', name: '8', component: Eight},
|
||||
{path: '/Tours/9', name: '9', component: Nine},
|
||||
{path: '/Tours/10', name: '10', component: Ten},
|
||||
{path: '/Tours/11', name: '11', component: Eleven},
|
||||
{path: '/Tours/12', name: '12', component: Twelve},
|
||||
{path: '/Tours/13', name: '13', component: Thirteen},
|
||||
{path: '/Tours/14', name: '14', component: Fourteen},
|
||||
{path: '/Tours/15', name: '15', component: Fifteen},
|
||||
]
|
||||
})
|
||||
|
||||
createApp(App).use(router).mount('#app')
|
||||
@@ -0,0 +1,8 @@
|
||||
:root {
|
||||
font-family: Inter, system-ui, Avenir, Helvetica, Arial;
|
||||
|
||||
font-synthesis: none;
|
||||
text-rendering: optimizeLegibility;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
Vendored
+1
@@ -0,0 +1 @@
|
||||
/// <reference types="vite/client" />
|
||||
@@ -0,0 +1,15 @@
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
export default {
|
||||
content: [
|
||||
"./index.html",
|
||||
"./src/**/*.{js,ts,jsx,tsx,vue}",
|
||||
],
|
||||
theme: {
|
||||
extend: {
|
||||
padding: {
|
||||
'small': '0.075rem',
|
||||
}
|
||||
},
|
||||
},
|
||||
plugins: [],
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"extends": "@vue/tsconfig/tsconfig.dom.json",
|
||||
"compilerOptions": {
|
||||
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo",
|
||||
|
||||
/* Linting */
|
||||
"strict": true,
|
||||
"noUnusedLocals": true,
|
||||
"noUnusedParameters": true,
|
||||
"noFallthroughCasesInSwitch": true,
|
||||
"noUncheckedSideEffectImports": true
|
||||
},
|
||||
"include": ["src/**/*.ts", "src/**/*.tsx", "src/**/*.vue"]
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"files": [],
|
||||
"references": [
|
||||
{ "path": "./tsconfig.app.json" },
|
||||
{ "path": "./tsconfig.node.json" }
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.node.tsbuildinfo",
|
||||
"target": "ES2022",
|
||||
"lib": ["ES2023"],
|
||||
"module": "ESNext",
|
||||
"skipLibCheck": true,
|
||||
|
||||
/* Bundler mode */
|
||||
"moduleResolution": "bundler",
|
||||
"allowImportingTsExtensions": true,
|
||||
"isolatedModules": true,
|
||||
"moduleDetection": "force",
|
||||
"noEmit": true,
|
||||
|
||||
/* Linting */
|
||||
"strict": true,
|
||||
"noUnusedLocals": true,
|
||||
"noUnusedParameters": true,
|
||||
"noFallthroughCasesInSwitch": true,
|
||||
"noUncheckedSideEffectImports": true
|
||||
},
|
||||
"include": ["vite.config.ts"]
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
import { defineConfig } from 'vite'
|
||||
import vue from '@vitejs/plugin-vue'
|
||||
|
||||
// https://vite.dev/config/
|
||||
export default defineConfig({
|
||||
plugins: [vue()],
|
||||
})
|
||||
Reference in New Issue
Block a user