update with nuxt4 for docker-web
All checks were successful
Deploy App / deploy (push) Successful in 4m5s
All checks were successful
Deploy App / deploy (push) Successful in 4m5s
This commit is contained in:
30
app/app.vue
Normal file
30
app/app.vue
Normal file
@@ -0,0 +1,30 @@
|
||||
<template>
|
||||
<div>
|
||||
<Head>
|
||||
<Title>docker-web - docker-compose cli superset</Title>
|
||||
<Meta charset="UTF-8" />
|
||||
<Meta name="viewport" content="width=device-width" />
|
||||
<Link
|
||||
rel="icon"
|
||||
type="image/svg+xml"
|
||||
href="https://raw.githubusercontent.com/docker-web/docker-web/master/logo.svg"
|
||||
/>
|
||||
<Link rel="canonical" href="https://docker-web.com" />
|
||||
<Meta property="og:title" content="docker-web, deploy stack on the go" />
|
||||
<Meta
|
||||
property="og:image"
|
||||
content="https://raw.githubusercontent.com/docker-web/docker-web/master/logo.svg"
|
||||
/>
|
||||
<Meta property="og:site_name" content="docker-web" />
|
||||
<Meta name="description" content="Extending docker-compose functionalities and control multiple docker-compose.yml configurations"/>
|
||||
<Meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
</Head>
|
||||
<NuxtPage />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<style lang="postcss">
|
||||
html {
|
||||
@apply bg-slate-100;
|
||||
}
|
||||
</style>
|
Reference in New Issue
Block a user