1. 04 12月, 2020 3 次提交
    • P
      Making font optimization as default (#19758) · 57e156bc
      Prateek Bhatnagar 提交于
      - Making font optimizations as default
      - Re-enabling tests
      - Fixes #19159
      57e156bc
    • A
      Update fauna example (#19806) · 2b817af1
      Allen Hai 提交于
      This PR removes the `next.config.js` file with an `env` key and instead modifies the setup script to create a `.env.local` file with the provided credentials. 
      
      I also made some changes to the Deploy Button to ask for the environment variables when creating a new project. 
      2b817af1
    • N
      with-facebook-pixel (#19762) · dc4beade
      Nicolás Figueroa 提交于
      ## Problems with the other implementation
      - pixel not working first time load page (this generate fake information to facebook analytics data)
      - package react-facebook-pixel  error when try use events in code blocks or other pages with the current implementation
      - sometimes pixel mark twice pageview (this generate warning in facebook panel)
      - standar or custom events not working
      
      ## Solutions
      - Initialize pixel when entering each page (_document)
      - Now, we can use custom and standar events (utils/fpixel.js)
      - correct way to implement pixel according to facebook and guide facebook to implement in SPA
      - this solution is complemented with example "with-google-analytics"
      
      In my opinion, the other development has problems, but I preferred created a new example because the way to implement the base code is different. It seems that the other example is based on set the events from the Facebook control panel then this method limits an advanced implementation.
      dc4beade
  2. 03 12月, 2020 3 次提交
  3. 02 12月, 2020 10 次提交
  4. 01 12月, 2020 1 次提交
  5. 30 11月, 2020 3 次提交
  6. 28 11月, 2020 1 次提交
  7. 27 11月, 2020 1 次提交
  8. 26 11月, 2020 4 次提交
  9. 25 11月, 2020 10 次提交
  10. 24 11月, 2020 4 次提交