Giter VIP home page Giter VIP logo

Comments (1)

zoomkoding avatar zoomkoding commented on June 15, 2024 3

@yjksw님 안녕하세요!
확인해보니 코드 블록 쪽에 버그가 있네요! 수정해서 푸쉬해놨습니다!
다른 분들도 같은 이슈를 겪으셨을 것 같은데 리포트 해주셔서 감사합니다🙏

그리고 캐쉬 같은 경우에는 삭제하지 않으셔도 문제가 없어야하는 것이 맞습니다!
배포가 완료된 후에 브라우저가 이전 사이트 정보를 캐싱 해놓고 있기 때문에 바로 업데이트가 반영되지 않을 때가 있지 않을까 하는 생각이 드네요.

하지만 의심스러우시다면 packages.json에서 deploy 명령을 다음과 같이 수정하시면 더 확실할 것 같습니다🙏
gatsby clean은 public, .cache 디렉토리를 삭제해주는 명령어입니다!

// package.json
{
    "scripts": {
        // ...
        "deploy": "gatsby clean && gatsby build && gh-pages -d public",
        // ...
    }
// ...
}

from zoomkoding-gatsby-blog.

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.