Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
narr07 committed Mar 13, 2023
1 parent b356a12 commit 172215b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
3 changes: 2 additions & 1 deletion components/Feature.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@
<div class="flex items-center justify-center p-4 md:p-8 lg:p-12">
<NuxtImg
class="object-cover object-center w-full transition duration-300 ease-in-out rounded hover:scale-95"

alt="hero"
title="hero"
src="/img/bijikopi4.jpg"
src="/img/bijikopi.jpg"
format="webp"
height="450"
width="450"
Expand Down
2 changes: 1 addition & 1 deletion components/Hero.vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
class="object-cover object-center w-full transition duration-300 ease-in-out rounded hover:scale-95 h-[250]"
alt="hero"
title="hero"
src="coffee1.jpg"
src="/img/coffee1.jpg"
format="webp"
fokus="left"
placeholder="preview"
Expand Down
11 changes: 8 additions & 3 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,16 @@ export default defineNuxtConfig({
cssPath: '~/assets/css/main.css',
},
twicpics: {
domain: 'https://permazix.twic.pics/',
domain: 'https://permazix.twic.pics',
anticipation: 0.5,
path: '/img/',
step: 50,
},

image: {
twicpics: {
baseURL: 'https://permazix.twic.pics/'
// Feel free to use our demo domain to try the following examples.
// baseUrl: 'https://demo.twic.pics/'
}
}

})

0 comments on commit 172215b

Please sign in to comment.