Skip to content
Snippets Groups Projects
Unverified Commit f1f2bae9 authored by Matthias Schiffer's avatar Matthias Schiffer
Browse files

gluon-core: remove obsolete gluon.site_config library

parent c5fd53e5
No related branches found
No related tags found
No related merge requests found
local site = require 'gluon.site'
local setmetatable = setmetatable
module 'gluon.site_config'
setmetatable(_M, {
__index = site(),
})
return _M
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment