File tree Expand file tree Collapse file tree 6 files changed +5
-2
lines changed
Expand file tree Collapse file tree 6 files changed +5
-2
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 11---
22layout: compress
3+ permalink: /feed.xml
34# Atom Feed, reference: https://validator.w3.org/feed/docs/atom.html
45---
56
Original file line number Diff line number Diff line change 11-- -
22layout : compress
3+ permalink: '/app.js'
34-- -
45
56/* Registering Service Worker */
Original file line number Diff line number Diff line change 11-- -
22layout : compress
3+ permalink: '/sw.js'
34# PWA service worker
45-- -
56
Original file line number Diff line number Diff line change 11---
2- permalink : robots .txt
2+ permalink : / robots.txt
33# The robots rules
44---
55
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
1111 spec . license = "MIT"
1212
1313 spec . files = `git ls-files -z` . split ( "\x0 " ) . select { |f |
14- f . match ( %r!^((assets\/ (css|img|js\/ [a-z])|_(includes|layouts|sass|config|data|tabs|plugins))|README|LICENSE|index|feed|app|sw|404|robots )!i )
14+ f . match ( %r!^((assets\/ (css|img|js\/ [a-z])|_(includes|layouts|sass|config|data|tabs|plugins))|README|LICENSE|index)!i )
1515 }
1616
1717 spec . metadata = {
You can’t perform that action at this time.
0 commit comments