mirror of
https://github.com/Start9Labs/start9.com.git
synced 2026-03-30 12:11:58 +00:00
convert keys to hex and try middleware
This commit is contained in:
@@ -23,7 +23,7 @@ module.exports = function (eleventyConfig) {
|
||||
})
|
||||
|
||||
// cors
|
||||
eleventyConfig.setBrowserSyncConfig({
|
||||
eleventyConfig.setServerOptions({
|
||||
middleware: function (req, res, next) {
|
||||
res.setHeader('Access-Control-Allow-Origin', '*');
|
||||
next();
|
||||
|
||||
Reference in New Issue
Block a user