79422999

Date: 2025-02-08 10:34:16
Score: 10 🚩
Natty:
Report link

I have the same Error message.

{
  "name": "popular-pegasi",
  "type": "module",
  "version": "0.0.1",
  "scripts": {
    "dev": "astro dev",
    "build": "astro build",
    "preview": "astro preview",
    "astro": "astro",
    "start": "astro preview --port $PORT --host"
  },
  "dependencies": {
    "astro": "^5.2.4"
  }
}
// @ts-check
import { defineConfig } from 'astro/config';

// https://astro.build/config
export default defineConfig({
    site: "https://my-website.de",

    vite: {
        preview: {
          allowedHosts: [
            'my-website.de',  
          ]
        }
      }
});

Can you help me? PS.: I do not have an Dockerfile. I am using node.js (I'm a beginner)

Reasons:
  • Blacklisted phrase (1): help me
  • RegEx Blacklisted phrase (3): Can you help me
  • RegEx Blacklisted phrase (1): I have the same Error
  • RegEx Blacklisted phrase (2): I'm a beginner
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Me too answer (2.5): I have the same Error
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: KodingFarming