1. 18 10月, 2019 3 次提交
  2. 17 10月, 2019 10 次提交
  3. 16 10月, 2019 10 次提交
  4. 15 10月, 2019 5 次提交
  5. 14 10月, 2019 1 次提交
    • N
      [Docs] Update static file serving section (#9062) · 09681cd5
      Nishant Singh 提交于
      This block seemed redundant 
      
      ```
      To serve static files from the root directory you can add a folder called `public` and reference those files from the root, e.g: `/robots.txt`.
      ```
      
      The block above this already mentions the same thing:
      ```
      Create a folder called `public` in your project root directory. From your code you can then reference those files starting from the baseURL `/`
      ```
      
      We could add the `robots.txt` eg to the first block itself if necessary
      09681cd5
  6. 12 10月, 2019 2 次提交
  7. 11 10月, 2019 9 次提交