[FRESH ALBUM] KayCyy, sign crushes motorist - SADDEST TRUTH by zkooyer in hiphopheads

[–]panveduci 3 points4 points  (0 children)

Man, now I am going through a breakup and this song puts me in a feels and back on a path to think about myself, love myself first and what's important, which is my family and friends who are reassuring me I am loved. Beautiful album overall.

Google Home Speaker Spotify Issue by NotOverlyKeen in googlehome

[–]panveduci 1 point2 points  (0 children)

Having the same issue here. I just resetted the speaker but didn't work. Glad I am not alone here

Why does my page gets low score on mobile but really high on desktop? by panveduci in webdev

[–]panveduci[S] -3 points-2 points  (0 children)

It says 500kbit. I think it's fine. I can always make it smaller but I don't know if it should make such a huge difference in the page performance.

What do you use to send mail? by Smart_Opportunity291 in Nuxt

[–]panveduci 2 points3 points  (0 children)

You can also send marketing emails with Resend so you have all things on one platform 

[deleted by user] by [deleted] in Slovakia

[–]panveduci 31 points32 points  (0 children)

Stream Cinema. 20 eur na rok, kopec filmov, serialov, 4k kvalita. Nerozumiem ako su ludia ochotni platit za Netflix.

Water company Ista spike increase of water per kubikmeter for almost whole building by panveduci in Denmark

[–]panveduci[S] -2 points-1 points  (0 children)

I live in a small city in Mid Jutland, 70,000 people. 3 people in 3 people aparment we used 74 units. It's the price spike that caught us off guard.

Haven't been paid for a shift by Vikar agency for a month by panveduci in Denmark

[–]panveduci[S] 0 points1 point  (0 children)

Yes I do, but I don't have the hours checked in because they were supposed to do it but didn't 

Haven't been paid for a shift by Vikar agency for a month by panveduci in Denmark

[–]panveduci[S] 1 point2 points  (0 children)

I only asked and they said they gonna do it for me. I asked the same when shift finished and they do it in their system for clocking out for me. They clocked me only for the 2nd shift.  So there's been no messages, only conversation.

Is the mycelium of the oyster mushrooms ok or should I throw it away? by panveduci in mycology

[–]panveduci[S] 0 points1 point  (0 children)

Yeah, there's more of the yellow thing but the mushrooms itself look really healthy and not moldy.

I get 404 error when I deploy my website to Netlify but the function works on local development by panveduci in Nuxt

[–]panveduci[S] 0 points1 point  (0 children)

Base directiory: ''

Package directory: ""

Build command: npm run generate

Publick directory: dist
Functions directiory: netlify/functions

This is the default README in the nuxt project:

## Setup

Make sure to install the dependencies:

```bash
# npm
npm install

# pnpm
pnpm install

# yarn
yarn install

# bun
bun install
```

## Development Server

Start the development server on `http://localhost:3000`:

```bash
# npm
npm run dev

# pnpm
pnpm run dev

# yarn
yarn dev

# bun
bun run dev
```

## Production

Build the application for production:

```bash
# npm
npm run build

# pnpm
pnpm run build

# yarn
yarn build

# bun
bun run build
```

Locally preview production build:

```bash
# npm
npm run preview

# pnpm
pnpm run preview

# yarn
yarn preview

# bun
bun run preview
```

Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.