New version
All checks were successful
Gitea Actions Demo / build-and-deploy (push) Successful in 24s
@ -1,6 +1,25 @@
|
|||||||
// https://nuxt.com/docs/api/configuration/nuxt-config
|
// https://nuxt.com/docs/api/configuration/nuxt-config
|
||||||
export default defineNuxtConfig({
|
export default defineNuxtConfig({
|
||||||
devtools: { enabled: true },
|
devtools: { enabled: true },
|
||||||
|
app: {
|
||||||
|
head: {
|
||||||
|
title: 'KPTL',
|
||||||
|
meta: [
|
||||||
|
{
|
||||||
|
property: 'og:title',
|
||||||
|
content: 'KPTL',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
property: 'og:url',
|
||||||
|
content: 'https://koptilnya.xyz',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
property: 'og:image',
|
||||||
|
content: 'https://koptilnya.xyz/logo.png',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
},
|
||||||
modules: ['@nuxtjs/google-fonts'],
|
modules: ['@nuxtjs/google-fonts'],
|
||||||
googleFonts: {
|
googleFonts: {
|
||||||
families: {
|
families: {
|
||||||
|
BIN
public/android-chrome-192x192.png
Normal file
After Width: | Height: | Size: 16 KiB |
BIN
public/android-chrome-512x512.png
Normal file
After Width: | Height: | Size: 62 KiB |
BIN
public/apple-touch-icon.png
Normal file
After Width: | Height: | Size: 15 KiB |
BIN
public/favicon-16x16.png
Normal file
After Width: | Height: | Size: 797 B |
BIN
public/favicon-32x32.png
Normal file
After Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
BIN
public/logo.psd
Normal file
1
public/site.webmanifest
Normal file
@ -0,0 +1 @@
|
|||||||
|
{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}
|