Code Monkey home page Code Monkey logo

Comments (4)

mingjunlu avatar mingjunlu commented on May 25, 2024

Hi @DarkidOP,

Could you provide a minimal example for reproducing this error? Either StackBlitz or GitHub repo is fine 🙂

from docs.

sarah11918 avatar sarah11918 commented on May 25, 2024

I'm sorry the sitemap integration is giving you trouble, @DarkidOP ! Just a quick note that this repo is for errors in the documentation itself, for example if we have typos or poor instructions. If it turns out this is a bug in Astro itself, then we will move this to the Astro repo. And if this becomes a support question, helping you troubleshoot your own code, then that would usually be handled in Discord and not filed as a problem with our docs.

So, happy to keep this open and let you provide the reproduction, but your issue will only stay here if it's something wrong with our instructions in the docs. So, do keep an eye out for that because that's really what we can help with here! Otherwise, we're happy to get you to the right place for proper assistance!

from docs.

DarkidOP avatar DarkidOP commented on May 25, 2024

Hello @mingjunlu,
sorry for the late response. it would be easier for me to just provide you with the repo link, but its a private repo currently. would it be possible for you to accept an invitation to the repo and then check it out?

and it's most likely a bug since I didn't really change much in my code and I even tried rolling back to the last working git version of the codebase. in that case, where should I submit the issue? @sarah11918

and as for recreation, you would just need the current code in the main branch of the repo, and have the code below in the "astro.config.mjs" file. @mingjunlu

import sitemap from "@astrojs/sitemap";

import sanity from "astro-sanity";

// https://astro.build/config
export default defineConfig({
  site: "https://www.zeneticesports.com",
  integrations: [
    sitemap(),
    sanity({
      projectId: "",
      dataset: "production",
      apiVersion: "v2021-03-25",
      useCdn: false,
    }),
  ],
});

from docs.

sarah11918 avatar sarah11918 commented on May 25, 2024

UPDATE: since this report is lacking much of what is needed for a bug report in that issue, I'm afraid this wouldn't be acceptable as is for that repo, and they'd just have to ask you a bunch of stuff anyway.

Please file a new issue here: https://github.com/withastro/astro/issues/new/choose and fill out all the required information, or visit Discord for support (@mingjunlu is also there, but you can get help from anyone!)

So, I'll close this issue here as I don't believe it's an issue with our documentation. (You can still message a closed issue, if needed, and message either one of us directly if you need to communicate this way!)

@DarkidOP I'll transfer this issue to the main Astro repo as a bug report! But, a minimal reproduction will be required there. If you would prefer to close and get support in the Astro Discord for your particular project, then someone there can see if they can reproduce and whether it's a bug, you always have the option of visiting https://astro.build/chat where people will be happy to help!

from docs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.