update index and add logs in ecosystem
This commit is contained in:
parent
471f6c7849
commit
1ce268595f
2 changed files with 3 additions and 1 deletions
|
|
@ -5,6 +5,8 @@ module.exports = {
|
|||
port: 3001,
|
||||
exec_mode: 'cluster',
|
||||
instances: 'max',
|
||||
merge_logs: true,
|
||||
error_file: "./logs/error.log",
|
||||
script: './.output/server/index.mjs'
|
||||
}
|
||||
]
|
||||
|
|
|
|||
|
|
@ -88,7 +88,7 @@ const navigateTo = (base: string, id: string) => {
|
|||
</div>
|
||||
<div
|
||||
class="expertise__cards grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-4 gap-y-10 lg:gap-10 cursor-pointer mb-6">
|
||||
<div :id="generateId(expertise.title)" v-for="(expertise, index) in page?.expertise.items" :key="index"
|
||||
<div v-for="(expertise, index) in page?.expertise.items" :key="index"
|
||||
@click="navigateTo('/portfolio', expertise.title.replace(/\s/g, ''))"
|
||||
class="expertise__card w-full cursor-pointer group" v-motion-fade-visible>
|
||||
<img :src="expertise.image" alt="expertise case study"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue