isite 2023.12.17 → 2023.12.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -129,17 +129,12 @@ module.exports = function (site) {
129
129
  });
130
130
 
131
131
  site.get({
132
- name: '/x-fonts',
132
+ name: ['/x-fonts', '/x-css/x-fonts'],
133
133
  path: __dirname + '/site_files/fonts',
134
134
  public: true,
135
135
  });
136
136
  site.get({
137
- name: '/x-css/x-fonts',
138
- path: __dirname + '/site_files/fonts',
139
- public: true,
140
- });
141
- site.get({
142
- name: '/webfonts',
137
+ name: ['/webfonts', '/x-css/webfonts'],
143
138
  path: __dirname + '/site_files/webfonts',
144
139
  public: true,
145
140
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "isite",
3
- "version": "2023.12.17",
3
+ "version": "2023.12.18",
4
4
  "description": "Create Secure Multi-Language Web Site [Fast and Easy] ",
5
5
  "main": "index.js",
6
6
  "repository": {