New version
All checks were successful
Gitea Actions Demo / build-and-deploy (push) Successful in 24s

This commit is contained in:
Opti1337 2024-03-01 12:57:18 +03:00
parent cd134661cb
commit cc0fc13460
9 changed files with 20 additions and 0 deletions

View File

@ -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: {

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 62 KiB

BIN
public/apple-touch-icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

BIN
public/favicon-16x16.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 797 B

BIN
public/favicon-32x32.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

BIN
public/logo.psd Normal file

Binary file not shown.

1
public/site.webmanifest Normal file
View 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"}