Use javascript functions for prompt completions instead of templated json
This commit is contained in:
@@ -20,6 +20,14 @@ const config = {
|
||||
locales: ["en"],
|
||||
defaultLocale: "en",
|
||||
},
|
||||
|
||||
webpack: (config) => {
|
||||
config.module.rules.push({
|
||||
test: /\.txt$/,
|
||||
use: "raw-loader",
|
||||
});
|
||||
return config;
|
||||
},
|
||||
};
|
||||
|
||||
export default nextRoutes()(config);
|
||||
|
||||
Reference in New Issue
Block a user